summaryrefslogtreecommitdiffstats
path: root/src/xml/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml/doc/src')
-rw-r--r--src/xml/doc/src/external-resources.qdoc15
-rw-r--r--src/xml/doc/src/xml-processing.qdoc6
2 files changed, 16 insertions, 5 deletions
diff --git a/src/xml/doc/src/external-resources.qdoc b/src/xml/doc/src/external-resources.qdoc
index 2f0a67e553..498c64729d 100644
--- a/src/xml/doc/src/external-resources.qdoc
+++ b/src/xml/doc/src/external-resources.qdoc
@@ -25,12 +25,23 @@
**
****************************************************************************/
+
/*!
- \externalpage http://www.w3.org/TR/REC-DOM-Level-1/
- \title W3C DOM Level 1
+ \externalpage http://www.w3.org/2000/xmlns/
+ \title http://www.w3.org/2000/xmlns/
+*/
+
+/*!
+ \externalpage http://www.saxproject.org/
+ \title SAX2 Java interface
*/
/*!
\externalpage http://www.w3.org/TR/DOM-Level-2-Core/
\title W3C DOM Level 2
*/
+
+/*!
+ \externalpage http://www.w3.org/TR/REC-DOM-Level-1/
+ \title W3C DOM Level 1
+*/
diff --git a/src/xml/doc/src/xml-processing.qdoc b/src/xml/doc/src/xml-processing.qdoc
index 617815905e..56fa93990f 100644
--- a/src/xml/doc/src/xml-processing.qdoc
+++ b/src/xml/doc/src/xml-processing.qdoc
@@ -78,7 +78,7 @@
Parts of the Qt XML module documentation assume that you are familiar
with XML namespaces. Here we present a brief introduction; skip to
- \link #namespacesConventions Qt XML documentation conventions \endlink
+ \l{#namespacesConventions}{Qt XML documentation conventions}
if you already know this material.
Namespaces are a concept introduced into XML to allow a more modular
@@ -402,7 +402,7 @@
the element name \e document but not its attributes \e xmlns:book and
\e xmlns with their values. A reader with the feature \e
http://xml.org/sax/features/namespace-prefixes reports the namespace
- attributes if the \link QXmlReader::feature() feature\endlink is
+ attributes if the \l{QXmlReader::feature()}{feature} is
switched on.
Other features include \e http://xml.org/sax/features/namespace
@@ -465,7 +465,7 @@
a namespace URI for \e xmlns:fnord.
This might be changed in the future following the W3C suggestion
- \link http://www.w3.org/2000/xmlns/ http://www.w3.org/2000/xmlns/ \endlink
+ \l{http://www.w3.org/2000/xmlns/}
to associate \e xmlns with the namespace \e http://www.w3.org/2000/xmlns.
As the SAX2 standard suggests, \l QXmlSimpleReader defaults to having