December 03, 2003
03 December 2003 - Xerces-C 2.4.0 is now available
The Xerces-C team is happy to announce that Xerces-C 2.4.0 is now available. There are several major enhancements in this release:
- An API has been implemented that provides applications access to the Post-Schema Validation Infoset;
- Grammars which are created by one parser may now be persisted after the destruction of that parser, and they may also be shared among parsers on different threads;
- Grammar-caching API's have been improved and an enriched entity-resolution API has been added;
- Grammars may now be serialized to a binary format that permits fast reconstruction of the original grammars at a later date.
More details about the changes in this release may be found here, and the release may be downloaded from here; please bear in mind that mirrors may take some time to become synchronized.
Posted by Tetsuya Kitahata at December 3, 2003 03:47 AMProject Info -- Apache Xerces C++ XML Parser
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.
Releases can be downloaded from http://xml.apache.org/xerces-c/download.cgi
Project Website http://xml.apache.org/xerces-c/ Programming Languages C Categories xml Mailing Lists http://xml.apache.org/xerces-c/ Bug/Issue Tracker https://issues.apache.org/jira/browse/XERCESC Project Management Committee Apache Xerces Access to the source code:
Browse http://svn.apache.org/viewcvs.cgi/xerces/c/trunk/ SVN Direct https://svn.apache.org/repos/asf/xerces/c/trunk
http://www.apachenews.org/archives/000030.html
[ Category : Apache XML ] (PDF)(XML)

