« 16 March 2006 - Apache Tomcat v5.5.16 Now Stable | Main | 20 March 2006 - Jakarta Commons IO 1.2 released »

March 16, 2006

14 March 2006 - Apache XML-Xerces-2.7.0-0 released

With a big thanks to the BBC for financial support, 2.7 is finally finished. The major change in this release (besides support for Xerces-C 2.7) is the elimination of the SAX/SAX2 related Unicode bugs - Xerces-P should now support 100% Unicode compliance.

Also, the entire Xerces-P site has been updated:

http://xerces.apache.org/xerces-p/

You can download the code from the usual places:

XML::Xerces is available from CPAN

http://www.cpan.org/CPAN/authors/id/JASONS/

and Apache:

http://www.apache.org/xml/dist/xerces-p/

----

-- The Apache Xerces Project

----

Project Info -- Apache Xerces Perl XML Parser

DOAP File

XML::Xerces is the Perl API to the Apache project's Xerces XML parser. It is implemented using the Xerces C++ API, and it provides access to most of the C++ API from Perl. Because it is based on Xerces-C, XML::Xerces provides a validating XML parser that makes it easy to give your application the ability to read and write XML data. Classes are provided for parsing, generating, manipulating, and validating XML documents. XML::Xerces is faithful to the XML 1.0 recommendation and associated standards (DOM levels 1, 2, and 3, SAX 1 and 2, Namespaces, and W3C XML Schema). The parser provides high performance, modularity, and scalability, and provides full support for Unicode. XML::Xerces implements the vast majority of the Xerces-C API (if you notice any discrepancies please mail the list). The exception is some functions in the C++ API which either have better Perl counterparts (such as file I/O) or which manipulate internal C++ information that has no role in the Perl module. The majority of the API is created automatically using Simplified Wrapper Interface Generator (SWIG). However, care has been taken to make most method invocations natural to perl programmers, so a number of rough C++ edges have been smoothed over (See the Special Perl API Features section).

Releases can be downloaded from http://xerces.apache.org/xerces-p/download.html

Project Websitehttp://xerces.apache.org/xerces-p
Programming LanguagesPerl
Categoriesxml
Bug/Issue Trackerhttps://issues.apache.org/jira/browse/XERCESP
Project Management CommitteeApache Xerces

Access to the source code:

Browsehttp://svn.apache.org/viewcvs.cgi/xerces/xerces-p/trunk/
SVN Directhttps://svn.apache.org/repos/asf/xerces/xerces-p/trunk
Posted by Tetsuya Kitahata at March 16, 2006 02:12 AM
http://www.apachenews.org/archives/000835.html
[ Category : Apache Xerces ] (PDF)(XML)