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++/unstable/ The first stable libxml++-3.0 release will happen soon. If you want an ABI/API-breaking change in libxml++, tell us now, on the libxmlplusplus-list, or (better) in a bug report in Bugzilla, product libxml++. *** Changes 2.91.3 (unstable): * Element: Remove a redundant nullptr check (Renu Tyagi) Bug #757515 * Use scoped enums (enum class) instead of unscoped enums * Document: Test for nullptr in a constructor * DomParser: Make operator bool() explicit (Kjell Ahlstedt) * The ABI and API are not identical to libxml++ 2.91.2. There may be more changes in ABI and/or API before the first stable libxml++-3.0 release. Kjell Ahlstedt kjell ahlstedt bredband net |