1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-08-05 23:35:48 +03:00

Don't mess with xmlDefaultSAXHandler

This is deprecated and shouldn't have any effect.
This commit is contained in:
Nick Wellnhofer
2022-08-26 04:32:18 +02:00
parent cba88d9365
commit 940e59939d

View File

@@ -1280,7 +1280,6 @@ void initlibxsltmod(void) {
*/ */
libxslt_xsltErrorInitialize(); libxslt_xsltErrorInitialize();
xmlLoadExtDtdDefaultValue = XML_DETECT_IDS | XML_COMPLETE_ATTRS; xmlLoadExtDtdDefaultValue = XML_DETECT_IDS | XML_COMPLETE_ATTRS;
xmlDefaultSAXHandler.cdataBlock = NULL;
/* /*
* Register the EXSLT extensions and the test module * Register the EXSLT extensions and the test module
*/ */