Apache Xerces C++: Difference between revisions
Appearance
m Reiknir moved page Xerces C++ to Apache Xerces C++ |
mNo edit summary |
||
Line 2: | Line 2: | ||
A validating [[XML]] parsing class library for [[C++]], part of the '''Apache Xerces''' XML project that also includes [[Apache Xerces2 Java]], [[Apache Xerces Perl]] and [[Apache XML Commons]]. Xerces C++ includes a shared C++ library that can be used for parsing, generating, manipulating, and validating XML documents using the DOM, SAX, and SAX2 APIs. | A validating [[XML]] parsing class library for [[C++]], part of the '''Apache Xerces''' XML project that also includes [[Apache Xerces2 Java]], [[Apache Xerces Perl]] and [[Apache XML Commons]]. Xerces C++ includes a shared C++ library that can be used for parsing, generating, manipulating, and validating XML documents using the DOM, SAX, and SAX2 APIs. | ||
Note that with Xerces C++ v3 and later, the library | Note that with Xerces C++ v3 and later, the library and tools are no longer officially test compiled on OS/2, however the library does compile in independent testing, and is actually written in a C++ subset with minimalistic use of templates, RTTI, and #ifdefs to make porting easier. | ||
==Version== | ==Version== |
Revision as of 17:13, 12 June 2016

A validating XML parsing class library for C++, part of the Apache Xerces XML project that also includes Apache Xerces2 Java, Apache Xerces Perl and Apache XML Commons. Xerces C++ includes a shared C++ library that can be used for parsing, generating, manipulating, and validating XML documents using the DOM, SAX, and SAX2 APIs.
Note that with Xerces C++ v3 and later, the library and tools are no longer officially test compiled on OS/2, however the library does compile in independent testing, and is actually written in a C++ subset with minimalistic use of templates, RTTI, and #ifdefs to make porting easier.
Version
- Last known version: Apache Xerces C++ v3.1.3 (2015-03-19)
Links
Licence
- Open source software published under the Apache Software Licence v2.
Publisher
- The Apache project