qt5base-lts/examples/xml
Øystein Heskestad e13b57d06a Move xmlstreamlint example into tests/manual
This example is useful but not a typical starting point for an
application.

Task-number: QTBUG-110647
Pick-to: 6.5
Change-Id: Ic4af8ed648c587b91110a7403fa80c619549289d
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
2023-03-02 12:20:18 +01:00
..
dombookmarks Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
rsslisting examples: port xml examples to new connection style 2022-12-21 22:33:02 +01:00
streambookmarks Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
CMakeLists.txt Move xmlstreamlint example into tests/manual 2023-03-02 12:20:18 +01: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 Move xmlstreamlint example into tests/manual 2023-03-02 12:20:18 +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.