1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-31 02:43:06 +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

@ -1,3 +1,8 @@
Thu Nov 14 21:39:37 CET 2002 Daniel Veillard <daniel@veillard.com>
* python/generator.py: xpathObjectRet() pertains to the libxml2
module, add the namespace.
Thu Nov 14 18:48:00 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
* libxslt/win32config.h: cleanup

View File

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