Jump to content

Apache Xerces C++: Difference between revisions

From EDM2
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Image:Apache-xerces.png|right|200px]]
{{Software
|Picture=Apache-xerces.png
|Name=Xerces C++
|Version=3.1.3 (Mar 2015)
|Author=The [[Apache]] project
|Licence=[[Apache Software Licence v2]]
|WWW=http://xerces.apache.org/xerces-c/
}}
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.


Line 5: Line 12:


==Version==
==Version==
* Last known version: Apache Xerces C++ v3.1.3 (2015-03-19)
* 3.1.3 (2015-03-19)


==Links==
==Links==
* [https://xerces.apache.org Apache Xerces homepage]
* [https://xerces.apache.org Apache Xerces homepage]
* [http://xerces.apache.org/xerces-c/ Apache Xerces C++ homepage]


==Licence==
* Open source software published under the [[Apache Software Licence v2]].
==Publisher==
* The [[Apache]] project
[[Category:C++]]
[[Category:XML]]
[[Category:Open Source Software]]
[[Category:Open Source Software]]
[[Category:Software written in C++]]
[[Category:Software written in C++]]

Latest revision as of 13:06, 17 July 2022

Apache Xerces C++
Name Xerces C++
Version 3.1.3 (Mar 2015)
Vendor
Author The Apache project
Licence Apache Software Licence v2
WWW http://xerces.apache.org/xerces-c/

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

  • 3.1.3 (2015-03-19)

Links