LWN.net Logo

ANNOUNCE: libxml++ 2.8.1

From:  Murray Cumming <murrayc-AT-murrayc.com>
To:  libxml++ <libxmlplusplus-general-AT-lists.sourceforge.net>, gnome-announce <gnome-announce-list-AT-gnome.org>
Subject:  ANNOUNCE: libxml++ 2.8.1
Date:  Sat, 25 Dec 2004 12:15:06 +0100

*** libxml++

 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.

*** Changes

2.8.1:

* SaxParser, DomParser: parse_memory(), parse_chunk():
  Get the array length in bytes instead of characters,
  to avoid weirdness. (Tim Alexeevsky, Murray Cumming)
* Node::find(): Throw an exception about invalid xpaths,
  instead of crashing. (Caleb Epstein, Murray Cumming)
* Fix build for gcc 3.4. (Murray Cumming)

*** Download

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

-- 
Murray Cumming
murray@usa.net
www.murrayc.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 © 2005, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds