This example is useful but not a typical starting point for an application. Task-number: QTBUG-110647 Change-Id: Ic4af8ed648c587b91110a7403fa80c619549289d Reviewed-by: Marc Mutz <marc.mutz@qt.io> (cherry picked from commit e13b57d06ab6e81cf04c090cc46dd23b4f8daccf) Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
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.