qtbase-opensource-src/examples/xml
openKylinBot e082218519 Import Upstream version 5.15.3+dfsg 2022-05-14 17:39:13 +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 Import Upstream version 5.15.3+dfsg 2022-05-14 17:39:13 +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.