« 31 August 2005 - Jakarta Tapestry 4.0 beta 5 Now Available | Main | 02 September 2005 - Jakarta Turbine Stratum 1.0 Released »

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

----

-- The Apache Xerces Project

----

----

Project Info -- Apache Xerces C++ XML Parser

DOAP File

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 Websitehttp://xml.apache.org/xerces-c/
Programming LanguagesC
Categoriesxml
Mailing Listshttp://xml.apache.org/xerces-c/
Bug/Issue Trackerhttps://issues.apache.org/jira/browse/XERCESC
Project Management CommitteeApache Xerces

Access to the source code:

Browsehttp://svn.apache.org/viewcvs.cgi/xerces/c/trunk/
SVN Directhttps://svn.apache.org/repos/asf/xerces/c/trunk
Posted by Tetsuya Kitahata at September 1, 2005 07:12 PM
http://www.apachenews.org/archives/000763.html
[ Category : Apache XML ] (PDF)(XML)
[ Category : Apache Xerces ] (PDF)(XML)