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:
parent
0e9dafad00
commit
f25b4cab44
@ -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
|
||||
|
@ -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
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user