summaryrefslogtreecommitdiffstats
path: root/src/xml/doc/src
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@qt.io>2020-11-11 17:23:18 +0100
committerJerome Pasion <jerome.pasion@qt.io>2020-11-17 20:16:12 +0100
commitd4b3989818e85b1e1f3183bef2711e125fbe76ca (patch)
treefe4d940d588be1a33ec06a60ce163f4d5a873cf4 /src/xml/doc/src
parent4f6c5d83d09881a8432873487eab44b88eabec9e (diff)
Update landing pages and module pages in qtbase
-Qt SQL, Qt D-BUS, Qt GUI, Qt OpenGL, Qt Widgets, Qt Test, Qt Concurrent, Qt XML, Qt Network, Qt Core -language edits for consistency, add links Task-number: QTBUG-87155 Change-Id: Ic61350c9fa15090c802a42d8e9116219591eba73 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
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.
+
*/