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/qtxml-index.qdoc12
-rw-r--r--src/xml/doc/src/qtxml.qdoc11
2 files changed, 15 insertions, 8 deletions
diff --git a/src/xml/doc/src/qtxml-index.qdoc b/src/xml/doc/src/qtxml-index.qdoc
index ee84c2bf91..79d0ae4e09 100644
--- a/src/xml/doc/src/qtxml-index.qdoc
+++ b/src/xml/doc/src/qtxml-index.qdoc
@@ -30,10 +30,14 @@
\title Qt XML
\brief The Qt XML module provides C++ implementations of the SAX and DOM standards for XML.
- Note that the module will not receive additional features anymore. For reading or writing XML
- documents iteratively (SAX), we recommend using Qt Core's QXmlStreamReader and
- QXmlStreamWriter classes. The classes are both easier to use and more compliant with the
- XML standard.
+
+ The Qt XML module provides implementations of the SAX and DOM standards for
+ XML.
+
+ \note Qt XML will no longer receive additional features. For reading or
+ writing XML documents iteratively (SAX), use the QXmlStreamReader and
+ QXmlStreamWriter classes. The classes are both easier to use and more
+ compliant with the XML standard.
The \l{Qt XML C++ Classes} page gives an overview over the available classes
in this module.
diff --git a/src/xml/doc/src/qtxml.qdoc b/src/xml/doc/src/qtxml.qdoc
index 3fa0b0df47..179244bc44 100644
--- a/src/xml/doc/src/qtxml.qdoc
+++ b/src/xml/doc/src/qtxml.qdoc
@@ -34,8 +34,11 @@
\brief The Qt XML module provides C++ implementations of the SAX and DOM standards for XML.
- Note that the module will not receive additional features anymore. For reading or writing XML
- documents iteratively (SAX), we recommend using Qt Core's QXmlStreamReader and
- QXmlStreamWriter classes. The classes are both easier to use and more compliant with the
- XML standard.
+ The \l{Qt XML} page contains information about how to use the module.
+
+ \note Qt XML will no longer receive additional features. For reading or
+ writing XML documents iteratively (SAX), use the QXmlStreamReader and
+ QXmlStreamWriter classes. The classes are both easier to use and more
+ compliant with the XML standard.
+
*/