1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-06-15 10:41:43 +03:00

xpathObjectRet() pertains to the libxml2 module, add the namespace. Daniel

* python/generator.py: xpathObjectRet() pertains to the libxml2
  module, add the namespace.
Daniel
This commit is contained in:
Daniel Veillard
2002-11-14 20:40:43 +00:00
parent 725fb1e8da
commit e4f67df60a
2 changed files with 6 additions and 1 deletions

View File

@ -545,7 +545,7 @@ classes_type = {
}
converter_type = {
"xmlXPathObjectPtr": "xpathObjectRet(%s)",
"xmlXPathObjectPtr": "libxml2.xpathObjectRet(%s)",
}
primary_classes = ["xpathParserContext", "xpathContext", "transformCtxt", "stylesheet"]