1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-04-02 14:50:07 +03:00
Daniel Veillard 0b348def38 fixing bug #87900 Daniel
* parser.c: fixing bug #87900
Daniel
2002-08-20 12:02:44 +00:00
2001-05-04 07:38:19 +00:00
2001-03-24 08:43:16 +00:00
1999-02-06 18:12:01 +00:00
2002-08-20 12:02:44 +00:00
2002-05-24 11:10:23 +00:00
2002-01-23 22:47:40 +00:00
2000-01-03 11:08:02 +00:00
2000-09-30 13:47:54 +00:00
2002-05-24 11:10:23 +00:00
1999-06-15 17:20:45 +00:00
2000-01-30 20:00:07 +00:00
2000-01-30 20:00:07 +00:00
2002-08-20 12:02:44 +00:00
1999-12-18 15:32:46 +00:00
2000-01-24 13:55:06 +00:00
2001-03-24 08:43:16 +00:00
2000-02-02 14:52:08 +00:00
1999-12-22 11:30:41 +00:00
1999-09-18 22:29:26 +00:00

                  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
Description
XML parser and toolkit
Readme 35 MiB
Languages
C 88.1%
HTML 5.8%
Python 3.6%
M4 0.5%
CMake 0.5%
Other 1.4%