Info
Version: | 3.1.1 |
Author(s): | The Apache Software Foundation |
Last Update: | Monday, April 28, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://xerces.apache.org/xerces-c/ |
NuGet Url: | https://www.nuget.org/packages/xercesc |
Install
Install-Package xercesc
dotnet add package xercesc
paket add xercesc
xercesc Download (Unzip the "nupkg" after downloading)
Dependencies
- xercesc.redist(3.1.1)
Tags
ability to read and write XML data.
A shared library is provided for
parsing, generating, manipulating, and validating XML documents using
the DOM, SAX, and SAX2 APIs.
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.