September 01, 2005
01 September 2005 -Apache Xerces-C 2.7.0 Released
The Apache Xerces Project is pleased to announce that Apache Xerces-C 2.7.0 is available. Along with many bug fixes, the new features in this release are:
- Feature to not generate XML Schema annotations. That is, not to add them to the grammar. If you don't need annotations you may want to turn on this feature to avoid memory bloat for XML Schemas that use annotations heavily.
- Option to skip regenerating the XML Schema annotations when deserializing a grammar. If you don't need annotations you may want to turn on this option to avoid memory bloat for XML Schemas that use annotations heavily.
- Feature to not perform default entity resolution. When the entityResolver returns NULL, the parser does not try to resolve the entity externally.
- Feature to do schema-only validation even if there is a DTD.
The web site [1] has been updated earlier today and the release should be available from all of the Apache mirrors within 24 hours; the list can be accessed via the Apache Xerces-C download page [2].
----
----
----Posted by Tetsuya Kitahata at September 1, 2005 07:12 PMProject 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/000763.html
[ Category : Apache XML ] (PDF)(XML)
[ Category : Apache Xerces ] (PDF)(XML)

