From d4b3989818e85b1e1f3183bef2711e125fbe76ca Mon Sep 17 00:00:00 2001 From: Jerome Pasion Date: Wed, 11 Nov 2020 17:23:18 +0100 Subject: 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 --- src/xml/doc/src/qtxml-index.qdoc | 12 ++++++++---- src/xml/doc/src/qtxml.qdoc | 11 +++++++---- 2 files changed, 15 insertions(+), 8 deletions(-) (limited to 'src/xml') 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. + */ -- cgit v1.2.3