qt5base-lts/examples/xml
Lucie Gérard fb1b20eab3 Add license headers to cmake files
CMakeLists.txt and .cmake files of significant size
(more than 2 lines according to our check in tst_license.pl)
now have the copyright and license header.

Existing copyright statements remain intact

Task-number: QTBUG-88621
Change-Id: I3b98cdc55ead806ec81ce09af9271f9b95af97fa
Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
2022-08-03 17:14:55 +02:00
..
dombookmarks Add license headers to cmake files 2022-08-03 17:14:55 +02:00
htmlinfo Add license headers to cmake files 2022-08-03 17:14:55 +02:00
rsslisting Add license headers to cmake files 2022-08-03 17:14:55 +02:00
streambookmarks Add license headers to cmake files 2022-08-03 17:14:55 +02:00
xmlstreamlint Add license headers to cmake files 2022-08-03 17:14:55 +02:00
CMakeLists.txt Add license headers to cmake files 2022-08-03 17:14:55 +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.