There has been a new release of xerces-c (2.3.0). Here is part of the release announcement:
The Xerces-C team is pleased to announce that Xerces-C 2.3.0 is now available. The primary features of this release are: - pluggable memory management: Allows an application to have Xerces request memory from a user-supplied object rather than directly from the heap. To allow for maximum flexibility, this has been implemented on a per-parser basis; - pluggable panic handler: The user may now register an object with the parser that the will notify when it cannot initialize itself; - security handling: a means is now provided allowing applications to limit the extent to which the parser will process certain XML constructs that could be exploited in a denial-of-service attack. - partial implementation of DOM level 3 normalization. Here are all the relevant cygwin files: http://abackus.imagineis.com/release/xerces-c/setup.hint http://abackus.imagineis.com/release/xerces-c/xerces-c-2.3.0-1.tar.bz2 http://abackus.imagineis.com/release/xerces-c/xerces-c-2.3.0-1-src.tar.bz2 http://abackus.imagineis.com/release/xerces-c/libxerces-c23/setup.hint http://abackus.imagineis.com/release/xerces-c/libxerces-c23/libxerces-c23-2.3.0-1.tar.bz2 http://abackus.imagineis.com/release/xerces-c/xerces-c-doc/setup.hint http://abackus.imagineis.com/release/xerces-c/xerces-c-doc/xerces-c-doc-2.3.0-1.tar.bz2 http://abackus.imagineis.com/release/xerces-c/xerces-c-devel/setup.hint http://abackus.imagineis.com/release/xerces-c/xerces-c-devel/xerces-c-devel-2.3.0-1.tar.bz2 -Abe
