XML Examples

XML parsing and handling is supported through SAX and DOM compliant APIs as well as streaming classes.

XML

The XQuery/XPath and XML Schema engines in the Qt XML Patterns module provide classes for querying XML files and custom data models.

File System Example

Using Qt XML Patterns for querying non-XML data that is modeled to look like XML

Recipes Example

Using Qt XML Patterns to query XML data loaded from a file

XML Schema Validation Example

Using Qt XML Patterns to validate XML with a W3C XML Schema

C++ Source Code Analyzer Example

Using XQuery and the command line utility to query C++ source code

Examples marked with an asterisk (*) are fully documented.