libxml++ is a C++ wrapper for the libxml2 XML parser
library. It has SAX and DOM-like APIs, but does not attempt to
conform exactly to the DOM specification. Its API is simpler than
the underlying libxml2 C API. Home page: http://libxmlplusplus.sourceforge.net/ Download: https://download.gnome.org/sources/libxml++/ Documentation: https://developer.gnome.org/libxml++/stable/ *** Changes 3.0.0 (stable): * This is the first stable release of libxml++-3.0. ABI and API are incompatible with libxml++-2.6. These two series of libxml++ can be installed in parallel. Applications that want to upgrade from libxml++-2.6 to libxml++-3.0 must change their pkg-config check to libxml++-3.0. (Kjell Ahlstedt) Bug #754673. * This release is identical to the unstable 2.91.3, except for the so name, which has now been bumped. (Kjell Ahlstedt) Bug #760574 (Dominique Leuenberger) Kjell Ahlstedt kjell ahlstedt bredband net |