Arabica September 2006-3 review

Download
by rbytes.net on

Arabica is a C++ XML parser toolkit that has a full SAX2 implementation (the Simple API for XML), including the optional interfaces a

License: BSD License
File size: 0K
Developer: Jez Higgins
0 stars award from rbytes.net

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. Arabica provides uniform SAX2 wrappers for the expat parser, Xerces, libxml, and the Microsoft XML parser COM component.

What's New in This Release:
This release further improves the configuration options, allowing easier selection of the underlying XML parser library.
The Visual Studio 2003 solution and project files have been properly updated so that all the tests and examples are built.
Compiling Arabica against MSXML also works correctly again.
This release introduces no other new functionality.

Arabica September 2006-3 keywords