qt5base-lts/examples/xml
Øystein Heskestad 10b4c06b49 Move rsslisting example into corelibe/serialization
The implementation of the stream-based XML parser resides in
coreslib/serialization. Moving the rsslisting example there.

Task-number: QTBUG-110647
Pick-to: 6.5
Change-Id: I862909e767301250750b6ee0d8ac7e20d6bad2b1
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
2023-03-21 14:49:09 +01:00
..
dombookmarks Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
streambookmarks Remove libQt6Xml dependency in streambookmarks example 2023-03-21 14:49:08 +01:00
CMakeLists.txt Move rsslisting example into corelibe/serialization 2023-03-21 14:49:09 +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 rsslisting example into corelibe/serialization 2023-03-21 14:49:09 +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.