1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-10 08:58:16 +03:00

added a few predefined xmlTextReader parser configuration values. Daniel

* python/libxml.py: added a few predefined xmlTextReader parser
  configuration values.
Daniel
This commit is contained in:
Daniel Veillard 2002-12-27 15:18:35 +00:00
parent 0e9dafad00
commit f25b4cab44
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
* python/libxml.py: added a few predefined xmlTextReader parser
configuration values.
Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
* python/libxml_wrap.h: trying to fix #102037

View File

@ -372,6 +372,13 @@ def registerXPathFunction(ctxt, name, ns_uri, f):
ret = libxml2mod.xmlRegisterXPathFunction(ctxt, name, ns_uri, f)
#
# For the xmlTextReader parser configuration
#
PARSER_LOADDTD=1
PARSER_DEFAULTATTRS=2
PARSER_VALIDATE=3
#
# Everything below this point is automatically generated
#