summaryrefslogtreecommitdiffstats
path: root/src/xml/doc/src/qtxml.qdoc
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@qt.io>2019-05-27 16:20:25 +0200
committerFrederik Gladhorn <frederik.gladhorn@qt.io>2019-05-27 16:20:25 +0200
commita275f1eca3de6c497535e43d6452e89b5380fd8d (patch)
tree3dbb5be04cdd42a7350ce0035b973f3f68ce6bd7 /src/xml/doc/src/qtxml.qdoc
parentb4f83596ca0091e81115b0f1ad1f9c8a1d5a5f9c (diff)
parentcc4c0b43a54d9606f491c193df381a424ae696bf (diff)
Merge 5.12 into 5.12.4
Diffstat (limited to 'src/xml/doc/src/qtxml.qdoc')
-rw-r--r--src/xml/doc/src/qtxml.qdoc6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/xml/doc/src/qtxml.qdoc b/src/xml/doc/src/qtxml.qdoc
index ad9b08b623..452e39d745 100644
--- a/src/xml/doc/src/qtxml.qdoc
+++ b/src/xml/doc/src/qtxml.qdoc
@@ -33,8 +33,10 @@
\brief The Qt XML module provides C++ implementations of the SAX and DOM standards for XML.
- The module is not actively maintained anymore. Please use
- the \l{QXmlStreamReader} and \l{QXmlStreamWriter} classes in \l{Qt Core} instead.
+ 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.
To include the definitions of the module's classes, use the
following directive: