summaryrefslogtreecommitdiffstats
path: root/src/xml/doc/src
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2012-05-11 01:55:56 +0100
committerQt by Nokia <qt-info@nokia.com>2012-05-29 11:35:21 +0200
commit5343ec6cff546e97a5bbe2975459e945aa547630 (patch)
tree4a137e58d91a0924f80835d6351a02a6e60bd6ad /src/xml/doc/src
parent3471e2de782304da963dbd4bee0dacd5a30b7bbd (diff)
QtXml: remove \link usages
Change-Id: Ifcf1e66bad04e312c29de623fee47fabb91cc108 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
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