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.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
Dies ist die erste stabile Version auf dem 2,8 Zweig. Seit der Version 2.6.x, Validator und DtdValidator hinzugefügt wurden, und ein paar Bugs wurden gefixt.
Tags:
Initial freshmeat announcement
This is the first stable release on the 2.8
branch. Since version 2.6.x, Validator and
DtdValidator were added, and a few bugs were
fixed.
Dieses Release führt Glib:: ustring als Ersatz für std:: string, fügt das Dokument:: create_root_node_by_import und fügt einen TextReader Schnittstelle.
Tags:
Unstable, Major feature enhancements
This release introduces Glib::ustring in replacement of std::string, adds Document::create_root_node_by_import, and adds a TextReader interface.
Dies ist die erste stabile Version von libxml + +. Das Projekt ist in die Gnome CVS und Bugzilla. Die MSVC Dateien wurden aktualisiert und ein Fehler wurde in saxParser festgesetzt.
Tags:
Minor bugfixes
This is the first stable release of libxml++. The project
moved to Gnome CVS and Bugzilla. The MSVC files
were updated and a bug was fixed in SaxParser.