libxml++ 2.38.0



About libxml++
==============

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.

News
====

This stable version is identical to the unstable version 2.37.2.

API additions since 2.36:

* Add Node::add_child_with_new_ns().
  (Kjell Ahlstedt) Bug #737682 (Mathias Lorente)
* Add XsdSchema and XsdValidator classes. Deprecate Schema and SchemaValidator.
  Add RelaxNGSchema and RelaxNGValidator.
  (Kjell Ahlstedt) Bug #737712 (Michel Stam)
  Thanks to Tjalling Hattink, who made initial versions of the RelaxNG classes.
* Parser: Add input operator>>(std::istream& in, Parser& parser).
  (Kjell Ahlstedt) Bug #329281 (Pierre Thierry)
* Parser: Add [set|get]_include_default_attributes() and
  [set|get]_parser_options().
  (Kjell Ahlstedt) Bug #701674 (Bob Nolty)


ChangeLog
=========
https://download.gnome.org/sources/libxml++/2.38/libxml++-2.38.0.changes  (218)

Download
========
https://download.gnome.org/sources/libxml++/2.38/libxml++-2.38.0.tar.xz (919K)
  sha256sum: 5698b03f5d320fb8310e30780e328f03debca12c557434ee031aea9baf3b1346



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