summaryrefslogtreecommitdiff
path: root/python/libxml.py
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-12-27 15:18:35 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-12-27 15:18:35 +0000
commitf25b4cab44bb9723f5e16df05c296fa09e5b4391 (patch)
treee753700f3884c0eea9dda2657bee37ddc9fdae9c /python/libxml.py
parent0e9dafad00f1e9b94f2c923f28ff522a1482c10a (diff)
downloadlibxml2-f25b4cab44bb9723f5e16df05c296fa09e5b4391.tar.gz
added a few predefined xmlTextReader parser configuration values. Daniel
* python/libxml.py: added a few predefined xmlTextReader parser configuration values. Daniel
Diffstat (limited to 'python/libxml.py')
-rw-r--r--python/libxml.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/libxml.py b/python/libxml.py
index 73c54a6f..8e5ba2a2 100644
--- a/python/libxml.py
+++ b/python/libxml.py
@@ -373,6 +373,13 @@ def registerXPathFunction(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
#