A validating XML parser written in a portable subset of C++ https://xerces.apache.org/xerces-c/
Go to file
2024-01-06 06:11:34 +01:00
libxerces-c.spec automatic version update by autodist [release 3.2.3-1mamba;Sun May 03 2020] 2024-01-06 06:11:34 +01:00
README.md renamed from libxerces-c3 to libxerces-c [release 3.1.1-2mamba;Fri Aug 10 2012] 2024-01-06 06:11:34 +01:00

libxerces-c

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 recommendation 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.