2020-04-22 10:20:32 +00:00
|
|
|
XML parsing and handling is supported through DOM compliant APIs.
|
2011-04-27 10:05:43 +00:00
|
|
|
|
2020-04-22 10:20:32 +00:00
|
|
|
For reading or writing XML documents iteratively we recommend
|
|
|
|
using Qt Core's QXmlStreamReader and QXmlStreamWriter classes.
|
2011-04-27 10:05:43 +00:00
|
|
|
|
2011-07-04 08:16:53 +00:00
|
|
|
Documentation for these examples can be found via the Examples
|
2011-04-27 10:05:43 +00:00
|
|
|
link in the main Qt documentation.
|