blob: 850e8232ff099a77bfd31fe9fb20a95d351796c1 [file] [log] [blame]
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