summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-12-21 12:21:17 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-12-21 12:21:17 +0000
commit6d8811b0de03cc931435c6a4b0a15ea2fb86c1ea (patch)
treed2d0b75f9d874879287dfa083f00f10f82875536 /python
parentde541422eb6b8b196538e367fd9d140b9b9829d5 (diff)
downloadlibxslt-6d8811b0de03cc931435c6a4b0a15ea2fb86c1ea.tar.gz
libxslt-6d8811b0de03cc931435c6a4b0a15ea2fb86c1ea.tar.bz2
libxslt-6d8811b0de03cc931435c6a4b0a15ea2fb86c1ea.zip
fixed #129327 make sure parser flags get transmitted to the transformation
* xsltproc.c: fixed #129327 make sure parser flags get transmitted to the transformation context * libxslt/documents.c libxslt/transform.c libxslt/xsltInternals.h libxslt/xsltutils.c libxslt/xsltutils.h: add a new call xsltSetCtxtParseOptions() to update parsing options in document() Daniel
Diffstat (limited to 'python')
-rw-r--r--python/libxsltclass.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/libxsltclass.txt b/python/libxsltclass.txt
index 3357c0c2..85bdaced 100644
--- a/python/libxsltclass.txt
+++ b/python/libxsltclass.txt
@@ -138,6 +138,7 @@ Class transformCtxt()
printErrorContext()
profileInformation()
saveProfiling()
+ setCtxtParseOptions()
Class stylesheet()
# accessors
doc()