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 2.40.1 (stable): * Add a config-time test for support of std::exception_ptr. Don't try to use std::exception_ptr on a system where it does not exist. (Daniel Trebbien, Kjell Ahlstedt) Bug #757042 (Michael Biebl) Kjell Ahlstedt kjell ahlstedt bredband net |