mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-10-23 06:28:26 +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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user