XML Processing
In addition to core XML support, classes for higher level querying and manipulation of XML data are provided by the Qt XML Patterns module. In the Qt SVG module, the QSvgRenderer and QSvgGenerator classes can read and write a subset of SVG, an XML-based file format. Qt also provides helper functions that may be useful to those working with XML and XHTML: see Qt::escape() and Qt::convertFromPlainText().
Topics:
- Classes for XML Processing
- An Introduction to Namespaces
- XML Streaming
- The SAX Interface
- Working with the DOM Tree
Classes for XML Processing
These classes are relevant to XML users.