mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-01 13:41:39 +03:00
make sure to register EXSLT for the bindings add a specific test minor
* python/libxslt.c: make sure to register EXSLT for the bindings * python/tests/Makefile.am python/tests/exslt.py: add a specific test * xsltproc/xsltproc.c: minor cleanup Daniel
This commit is contained in:
@ -458,6 +458,10 @@ void initlibxsltmod(void) {
|
||||
xmlInitMemory();
|
||||
xmlLoadExtDtdDefaultValue = XML_DETECT_IDS | XML_COMPLETE_ATTRS;
|
||||
xmlDefaultSAXHandler.cdataBlock = NULL;
|
||||
/*
|
||||
* Register the EXSLT extensions and the test module
|
||||
*/
|
||||
exsltRegisterAll();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user