ANNOUNCE: libxml++ 2.8.1



*** libxml++

 libxml++ 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

You can download libxml++ from here:
http://libxmlplusplus.sourceforge.net/

-- 
Murray Cumming
murray usa net
www.murrayc.com




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]