Qt XML C++ Classes

The Qt XML module provides C++ implementations of the SAX and DOM standards for XML. More...

Detailed Description

The Qt XML page contains information about how to use the module.

Note: Qt XML will no longer receive additional features. For reading or writing XML documents iteratively (SAX), use the QXmlStreamReader and QXmlStreamWriter classes. The classes are both easier to use and more compliant with the XML standard.