From: Christophe de V. <cde...@ne...> - 2005-09-27 19:31:32
|
*** 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 This is a maintenance release * Fixed warnings with borland compilers (thanks to Darko Miletic) * Fixed issue #161925: "Inefficency in Node::find" * Fixed issue #162350: "gcc-3.4 new pedantic behavior" * Fixed issue #150082: "Memory Leak in DomParser" *** Download You can download libxml++ from here: http://ftp.gnome.org/pub/GNOME/sources/libxml++/1.0/ Christophe de Vienne |