LWN.net Logo

ANNOUNCE: libxml++ 2.23.1

From:  Murray Cumming <murrayc-AT-murrayc.com>
To:  libxmlplusplus-general-AT-lists.sourceforge.net, gnome-announce-list <gnome-announce-list-AT-gnome.org>
Subject:  ANNOUNCE: libxml++ 2.23.1
Date:  Wed, 26 Mar 2008 18:57:06 +0100
Message-ID:  <1206554226.6597.35.camel@murrayc-desktop>

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.

libxml++ is part of the GNOME Platform Bindings and follows the GNOME 
release schedule:
http://www.gnome.org/start/unstable/

libxml++ 2.23 is an unstable development series, which will become the
stable libxml++ 2.24 for GNOME 2.24.

*** Changes

2.23.1:

* Added Schema and SchemaValidator classes, demonstrated in 
  examples/schemavalidation.
  (Emilien KIA) Bug #312216.
* Element: Added add_child_text() with a previous_node parameter, for adding 
  between existing nodes. Added add_child_text_before() too.
* Node: Added add_child() with a previous_node parameter, for adding between 
  existing nodes. Added add_child_before() too.
  (Murray Cumming)

*** Download

You can download libxml++ from here:
http://libxmlplusplus.sourceforge.net/

-- 
Murray Cumming
murrayc@murrayc.com
www.murrayc.com
www.openismus.com

_______________________________________________
gnome-announce-list mailing list
gnome-announce-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-announce-list


(Log in to post comments)

Copyright © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds