Hash :
f632e30d
Author :
Date :
2001-09-12T06:52:15
Tiny bit of whitespace added, in order to test a fix to the 2001-09-11 Gregory Leblanc <gleblanc@linuxweasel.com> * NEWS: Tiny bit of whitespace added, in order to test a fix to the cvs-commits-list generating code. Sorry Daniel.
XML version 1 parser for Gnome
This is the old parser, the new version libxml2 is in the CVS head of
the gnome-xml module.
This parser embbed the old 1.8.11 parser and a new one based on 2.3.5
which is far more compliant. You can toggle libxml to use the new parser
by using xmlUseNewParser(1) or setting up the LIBXML_USE_NEW_PARSER
environment variable. The old parser is the default and can be forced
by calling xmlUseNewParser(0) or setting up the LIBXML_USE_OLD_PARSER
environment variable.
Documentation is available on-line at
http://xmlsoft.org/
There is also a mailing-list xml@gnome.org for libxml
List page at
http://mail.gnome.org/mailman/listinfo/xml
Archive at
http://xmlsoft.org/messages/
Daniel.Veillard@w3.org