qtbase-opensource-src/examples/xml
Dmitry Shachnev 5b9624d6e5 disable htmlinfo example which contains non-free files
Forwarded: not-needed
Last-Update: 2014-12-17

Gbp-Pq: Name no_htmlinfo_example.diff
2022-05-14 17:41:01 +08:00
..
dombookmarks Import Upstream version 5.15.3+dfsg 2022-05-14 17:39:13 +08:00
rsslisting Import Upstream version 5.15.3+dfsg 2022-05-14 17:39:13 +08:00
streambookmarks Import Upstream version 5.15.3+dfsg 2022-05-14 17:39:13 +08:00
xmlstreamlint Import Upstream version 5.15.3+dfsg 2022-05-14 17:39:13 +08:00
README Import Upstream version 5.15.3+dfsg 2022-05-14 17:39:13 +08:00
xml.pro disable htmlinfo example which contains non-free files 2022-05-14 17:41:01 +08:00

README

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.