aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/extras/QtXml.rst
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/doc/extras/QtXml.rst')
-rw-r--r--sources/pyside6/doc/extras/QtXml.rst10
1 files changed, 9 insertions, 1 deletions
diff --git a/sources/pyside6/doc/extras/QtXml.rst b/sources/pyside6/doc/extras/QtXml.rst
index 39c384e77..33d821baa 100644
--- a/sources/pyside6/doc/extras/QtXml.rst
+++ b/sources/pyside6/doc/extras/QtXml.rst
@@ -1,4 +1,12 @@
-To include the definitions of the module's classes, use the following directive:
+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 :class:`QXmlStreamReader<PySide6.QtCore.QXmlStreamReader>` and :class:`QXmlStreamWriter<PySide6.QtCore.QXmlStreamWriter>` classes. The classes are both easier to use and more compliant with the XML standard.
+
+Using the Module
+^^^^^^^^^^^^^^^^
+
+To include the definitions of modules classes, use the following
+directive:
::