acb950c129
The old one showed an old XBEL file's content, with trolltech URLs. Update to match the new XBEL file's content. Pick-to: 6.6 6.5 Task-number: QTBUG-111228 Change-Id: I2b3bb7d67c6f96b04208fe4b1f9af10055dc0496 Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io> Reviewed-by: Kimmo Leppälä <kimmo.leppala@qt.io> |
||
---|---|---|
.. | ||
dombookmarks | ||
CMakeLists.txt | ||
README | ||
xml.pro |
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.