mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-06-13 19:21:37 +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:
@ -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
|
||||
#
|
||||
|
Reference in New Issue
Block a user