summaryrefslogtreecommitdiffstats
path: root/examples/xml/README
blob: 3cc872146d86471312a74066f0dd2d4c65b42ed4 (plain)
1
2
3
4
5
6
7
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.