GNOME 3590 Published by

libxml++ 2.8.1 has been released



ibxml++ is a C++ wrapper for the libxml XML parser library. It has SAX and DOM-like APIs, but does not attempt to conform exactly to the DOM specifications because they are not aimed at C++. Its API is much simpler than the underlying libxml C API.

*** Changes

2.8.1:

* SaxParser, DomParser: parse_memory(), parse_chunk():
Get the array length in bytes instead of characters,
to avoid weirdness. (Tim Alexeevsky, Murray Cumming)
* Node::find(): Throw an exception about invalid xpaths,
instead of crashing. (Caleb Epstein, Murray Cumming)
* Fix build for gcc 3.4. (Murray Cumming)
Download