Welcome to our website
To take full advantage of all features you need to login or register. Registration is completely free and takes only a few seconds.
libxml++ 2.8.1
Posted by Philipp Esselbach on: 12/25/2004 07:19 AM [ Print | 0 comment(s) ]
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)
*** 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
