summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2022-08-26 04:32:18 +0200
committerNick Wellnhofer <wellnhofer@aevum.de>2022-08-26 04:32:18 +0200
commit940e59939d05c149da915a867e9f20eb9c5182b4 (patch)
tree4c12d619d6dfce164fb2b492dcc214eec519f7d5 /python
parentcba88d936553cccacf4083c5f3918bb50d3f06c1 (diff)
downloadlibxslt-940e59939d05c149da915a867e9f20eb9c5182b4.tar.gz
Don't mess with xmlDefaultSAXHandler
This is deprecated and shouldn't have any effect.
Diffstat (limited to 'python')
-rw-r--r--python/libxslt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/libxslt.c b/python/libxslt.c
index 353939e3..0758d606 100644
--- a/python/libxslt.c
+++ b/python/libxslt.c
@@ -1280,7 +1280,6 @@ void initlibxsltmod(void) {
*/
libxslt_xsltErrorInitialize();
xmlLoadExtDtdDefaultValue = XML_DETECT_IDS | XML_COMPLETE_ATTRS;
- xmlDefaultSAXHandler.cdataBlock = NULL;
/*
* Register the EXSLT extensions and the test module
*/