qt5base-lts/examples/xml
Øystein Heskestad 7185c8e0a4 Remove libQt6Xml dependency in streambookmarks example
This example does not use libQt6Xml, remove dependency.

Task-number: QTBUG-110647
Pick-to: 6.5 6.2
Change-Id: I40e5976121ddc97a78b540d17784b3357b87adf7
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
2023-03-21 14:49:08 +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 Remove libQt6Xml dependency in streambookmarks example 2023-03-21 14:49:08 +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.