libxml2 reader
A SAX2 parser based on libxml2, with a QXmlReader interface.
QtLibxmlReader is a SAX2 parser. Like QXmlSimpleReader, it inherits QXmlReader and therefore Qt's SAX API. Unlike QXmlSimpleReader, QtLibxmlReader uses libxml2 to do the actual parsing.
Documentation:
Overview: Classes: Examples:Tested on:
- Qt 4.4, 4.5 / Linux / gcc
Unsupported platforms:
Only the tested platforms are supported, however the classes should be platform independent and are likely to work on the platforms supported by Qt.
Download Commercial Edition:
Only available for Qt Solutions license holders with a valid Support and Maintenance agreement (authentication required).Download Open Source Edition (LGPL):
Changes:
- 2.1: LGPL release.
- 2.1: Misc. minor fixes.
- 2.0: Latest version ported to Qt 4.0

