Apache Xerces C++ XML Parser

Xerces-C++ is a validating XML parser written in a portable subset of C++. Xerces-C++ makes it easy to give your application the ability to read and write XML data. A shared library is provided for parsing, generating, manipulating, and validating XML documents.
Xerces-C++ is faithful to the XML 1.0 and 1.1 recommendations and many associated standards.
The parser provides high performance, modularity, and scalability. Source code, samples and API documentation are provided with the parser. For portability, care has been taken to make minimal use of templates, no RTTI, and minimal use of #ifdefs.
Project Release Information
Most recent releases:
| Release |
Version |
Date |
| Xerces-C |
3.0.1 |
2009-02-19 |
| Xerces-C |
3.0.0 |
2008-09-29 |
| Xerces-C |
2.8.0 |
2007-08-31 |
| Xerces-C |
2.7.0 |
2005-09-08 |
| Xerces-C |
2.6.0 |
2004-10-01 |
| Xerces-C |
2.5.0 |
2004-02-19 |
| Xerces-C |
2.4.0 |
2003-12-03 |
| Xerces-C |
2.3.0 |
2003-05-27 |
| Xerces-C |
2.2.0 |
2003-02-07 |
| Xerces-C |
2.1.0 |
2002-08-27 |
| Xerces-C |
2.0.0 |
2002-07-23 |
Access to the source code:
Relevant Standards
-
XML 1.0 (Third Edition)
XML 1.0, published by W3C
-
XML 1.1 (First Edition)
XML 1.1, published by W3C
-
DOM Level 1 Specification
DOM Level 1 Core, published by W3C
-
DOM Level 2 Core Specification
DOM Level 2 Core, published by W3C
-
DOM Level 2 Traversal and Range Specification
DOM Level 2 Traversal and Range, published by W3C
-
Document Object Model (DOM) Level 3 Core
DOM Level 3 Core, published by W3C
-
Document Object Model (DOM) Level 3 Load and Save
DOM Level 3 Load and Save, published by W3C
-
SAX 1.0 and SAX 2.0
SAX 1.0, published by SAX
-
Namespaces in XML
Namespaces in XML 1.0, published by W3C
-
Namespaces in XML 1.1
Namespaces in XML 1.1, published by W3C
-
XML Inclusions (XInclude) Version 1.0 (Second Edition)
XInclude 1.0, published by W3C
-
XML Schema Part 1: Structures
XML Schema 1.0 (Structures), published by W3C
-
XML Schema Part 2: Datatypes
XML Schema 1.0 (Datatypes), published by W3C
|