October 02, 2004
02 October 2004 - Apache Xerces-C 2.6.0 Released
The Apache Xerces-C team is very pleased to announce that Xerces-C 2.6.0 has been released today. Along with many bug fixes, the major features of the new release are:
- Reduce footprint of DLL by building the deprecated DOM as a separate library
- Various enhancements to the schema component model API
- Improve support for schema annotations, including an option to laxly validate their contents
- Bring parser up to the XML 1.0 3rd Edition
- Update to the XML 1.1 recommendation
- Update Schema Errata
- Feature for disabling schema identity constraints
- Upgrade to ICU3.0
- Enable the parser to handle elements with a very large number of attributes
For a comprehensive list of features, see "New features in Xerces-C++ 2.6.0" [1]; for a complete list of changes, including bugfixes, see "Release Information of Xerces-C++ 2.6.0" [2]. The release should be available from all of the Apache mirrors within 24 hours; the list can be accessed via the Xerces-C download page [3].
- [1]:http://xml.apache.org/xerces-c/migrate.html#NewFeatures260
- [2]:http://xml.apache.org/xerces-c/releases.html
- [3]:http://xml.apache.org/xerces-c/download.cgi
----
The Apache XML Xerces-C Development Team
----Posted by Tetsuya Kitahata at October 2, 2004 04:59 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/000472.html
[ Category : Apache XML ] (PDF)(XML)

