Info
Version: | 3.2.3.1 |
Author(s): | Apache Software Foundation |
Last Update: | Friday, May 1, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://xerces.apache.org/xerces-c/ |
NuGet Url: | https://www.nuget.org/packages/xerces-c-static |
Install
Install-Package xerces-c-static
dotnet add package xerces-c-static
paket add xerces-c-static
xerces-c-static Download (Unzip the "nupkg" after downloading)
Dependencies
- xerces-c-static.redist(>= 3.2.3.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.