[ANN] Xerces-C++ 3.0.0 released

Hi,

I am pleased to announce the availability of Apache Xerces-C++ 3.0.0.
Xerces-C++ is an open-source validating XML parser written in a
portable subset of C++. It provides DOM (level 1, 2, and 3), SAX,
and SAX2 APIs and supports validation of XML documents against DTD
and XML Schema.

This release includes a large number of new features, bug fixes, and
clean-ups. The XML Schema-related changes consist of many bug/errata
fixes including the fix for the large maxOccurs/minOccurs bug and for
the changed ##other interpretation, reviewed and cleaned up diagnostics
messages, as well as validation performance optimizations.

Xerces-C++ 3.0.0 is available in source code and as precompiled binaries 
for the following platforms/compilers:

32 bit:

  Windows              x86       MS Visual C++ 7.1 (2003)
  Windows              x86       MS Visual C++ 8.0 (2005)
  Linux                x86       GCC 3.4.x or later
  Solaris 10           x86       Sun C++ 5.7 (Studio 10) or later
  Solaris 10           SPARC     Sun C++ 5.7 (Studio 10) or later
  AIX 5.3              PowerPC   IBM XL C++ 7.0 or later
  HP-UX 11i            IA-64     HP aCC A.06.x
  Mac OS X 10.4 Tiger  x86       GCC 4.0.x (Xcode 2.x) or later
  Mac OS X 10.4 Tiger  PowerPC   GCC 4.0.x (Xcode 2.x) or later

64 bit:

  Windows              x86-64    MS Visual C++ 8.0 (2005)
  Linux                x86-64    GCC 3.4.x or later
  Solaris 10           x86-64    Sun C++ 5.7 (Studio 10) or later
  Solaris 10           SPARC     Sun C++ 5.7 (Studio 10) or later
  AIX 5.3              PowerPC   IBM XL C++ 7.0 or later
  HP-UX 11i            IA-64     HP aCC A.06.x


More information on Xerces-C++ including documentation and build
instructions is available from the project's website:

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

The source code archives and precompiled binaries are available from
the download page:

http://xerces.apache.org/xerces-c/download.cgi

Boris


-- 
Boris Kolpackov, Code Synthesis Tools   http://codesynthesis.com/~boris/blog
Open source XML data binding for C++:   http://codesynthesis.com/products/xsd
Mobile/embedded validating XML parsing: http://codesynthesis.com/products/xsde

Received on Wednesday, 1 October 2008 13:11:35 UTC