C++ Wrappers for the Expat XML Parser - http://www.codeproject.com/soap/expatimpl.asp
Describes an implementation of a C++ wrapper to the expat XML parser API. |
CodeSynthesis XSD - http://www.codesynthesis.com/products/xsd/
A cross-platform W3C XML Schema to C++ data binding compiler. Provided with an XML instance specification (XML Schema), it generates C++ classes that represent the given vocabulary as well as parsing and serialization code. [Open Source, GPL] |
http://code.google.com/p/ticpp/ - http://code.google.com/p/ticpp/
TiCPP is short for the official name TinyXML++. It is a completely new interface to TinyXML that uses many of the C++ strengths: Templates, exceptions, and much better error handling. [Open Source, MIT] |
http://www.firstobject.com - http://www.firstobject.com
A C++ source class for parsing and creating XML based on the EDOM API, with articles and documentation. |
http://www.jezuk.co.uk/cgi-bin/view/SAX - http://www.jezuk.co.uk/cgi-bin/view/SAX
An XML and HTML processing toolkit, providing SAX, DOM, XPath, and partial XSLT implementations, written in Standard C++. |
http://www.oofile.com.au/xml/expatpp.html - http://www.oofile.com.au/xml/expatpp.html
A C++ wrapper for the expat XML parser. |
RapidXml - http://rapidxml.sourceforge.net
An attempt to create the fastest XML parser possible, while retaining usability, portability and reasonable W3C compatibility. It is an in-situ parser written in modern C++, with parsing speed approaching that of strlen function executed on the same data. [Open Source] |
Simple XML Persistence Library - http://sxp.sourceforge.net/
A lightweight C++ library for object serialization in XML. [Open Source] |
Xerces C++ Parser - http://xml.apache.org/xerces-c/
A validating XML parser written in a portable subset of C++ by the Apache project. |