1
0
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:
Daniel Veillard
2002-11-16 22:26:08 +00:00
parent 0eeb098cf1
commit ccc8569012
5 changed files with 68 additions and 1 deletions

View File

@ -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();
}