  |
Xerces C++ Parser - http://xml.apache.org/xerces-c/
A validating XML parser written in a portable subset of C++ by the Apache project. |
  |
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] |
  |
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. |
  |
expatpp - http://www.oofile.com.au/xml/expatpp.html
A C++ wrapper for the expat XML parser. |
  |
CMarkup - http://www.firstobject.com
A C++ source class for parsing and creating XML based on the EDOM API, with articles and documentation. |