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:
@ -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