Arabica August 2007 (Default branch) |
|
|
Arabica is a C++ XML parser toolkit that has a
full SAX2 implementation (the Simple API for XML),
including the optional interfaces and helper
classes. It also implements the W3C DOM (Document
Object Model) Level 2.0 Core, together with XPath
1.0. It delivers UTF-8 encoded std::strings or
UCS-2 std::wstrings, but can also accommodate
custom string types and alternative encodings. It
provides uniform SAX2 wrappers for the expat
parser, Xerces, libxml, and the Microsoft XML
parser COM component.
License: BSD License (revised)
Changes:
This release includes the first release of Mangle,
the Arabica XSLT
engine. Still actively under development, mangle
passes about 85% of the
OASIS XSLT conformance test suite and covers most
common cases. There
are additional incremental improvements to the
build system.
|