1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-31 02:43:06 +03:00

applied patch from Nic James Ferrier to make stylesheets comparable and to

* configure python/generator.py python/libxsl.py
  python/libxslt-python-api.xml python/libxslt.c
  python/tests/2stage.py python/tests/loader.py: applied patch from
  Nic James Ferrier to make stylesheets comparable and to add
  transformContext handling
Daniel
This commit is contained in:
Daniel Veillard
2006-12-11 11:11:06 +00:00
parent 7906844185
commit 50605fed22
7 changed files with 409 additions and 2 deletions

View File

@ -564,6 +564,8 @@ primary_classes = ["xpathParserContext", "xpathContext", "transformCtxt", "style
classes_ancestor = {
"xpathContext" : "libxml2.xpathContext",
"xpathParserContext" : "libxml2.xpathParserContext",
"transformCtxt": "transformCtxtBase",
"stylesheet": "stylesheetBase",
}
classes_destructors = {
"xpathContext" : "pass"