qt5base-lts/examples/xml
Alexandru Croitor 2ffbac7cb2 CMake: Regenerate examples to use qt_add_executable
Task-number: QTBUG-87661
Change-Id: I0dacfdc97a3fb7d88da85b67800f2c1b084d869b
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
2020-10-19 11:51:47 +02:00
..
dombookmarks CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
htmlinfo CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
rsslisting CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
streambookmarks CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
xmlstreamlint CMake: Regenerate examples to use qt_add_executable 2020-10-19 11:51:47 +02:00
CMakeLists.txt CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
README Do not mention Qt XML's SAX API anymore in examples/xml/README 2020-04-24 09:47:41 +02:00
xml.pro Deprecate SAX classes in Qt XML 2020-01-06 18:13:01 +01:00

XML parsing and handling is supported through DOM compliant APIs.

For reading or writing XML documents iteratively we recommend
using Qt Core's QXmlStreamReader and QXmlStreamWriter classes.

Documentation for these examples can be found via the Examples
link in the main Qt documentation.