This document describes the XML library provideed in the Gnome framework. XML is a standard to build tag based structured documents/data.
The internal document repesentation is as close as possible to the DOM interfaces.
Libxml also has a SAX interface, James Henstridge made a nice documentation expaining how to use it. The interface is as compatible as possible with Expat one.
There is also a mailing-list xml@rufus.w3.org for libxml, with an on-line archive. To subscribe to this majordomo based list, send a mail to majordomo@rufus.w3.org with "subscribe xml" in the content of the message.
This library is released both under the W3C Copyright and the GNU LGP, basically everybody should be happy, if not, drop me a mail.
People are invited to use the gdome Gnome module to get a full DOM interface, thanks to Raph Levien, check his DOMination paper. He uses it for his implementation of SVG called gill.