mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +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:
@ -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>
|
Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* python/libxml_wrap.h: trying to fix #102037
|
* 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)
|
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
|
# Everything below this point is automatically generated
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user