1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-11-02 13:33:20 +03:00

fixing bug #101602 for extension modules init and shutdown callbacks,

* libxslt/extensions.c libxslt/transform.c: fixing bug #101602
  for extension modules init and shutdown callbacks, check that
  they are now called when needed.
* python/libxsl.py python/libxslt-python-api.xml python/libxslt.c:
  started adding the extension module support at the Python level.
  Still a strange bug to hunt down left.
Daniel
This commit is contained in:
Daniel Veillard
2003-01-13 22:28:34 +00:00
parent 21df755925
commit d932aafe73
7 changed files with 280 additions and 13 deletions

View File

@@ -20,6 +20,7 @@ registerAllExtras()
cleanup()
registerErrorHandler()
registerExtModuleFunction()
registerExtensionClass()
# functions from module transform
setXIncludeDefault()