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:
@ -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>
|
Thu Nov 14 18:48:00 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
|
||||||
|
|
||||||
* libxslt/win32config.h: cleanup
|
* libxslt/win32config.h: cleanup
|
||||||
|
@ -545,7 +545,7 @@ classes_type = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
converter_type = {
|
converter_type = {
|
||||||
"xmlXPathObjectPtr": "xpathObjectRet(%s)",
|
"xmlXPathObjectPtr": "libxml2.xpathObjectRet(%s)",
|
||||||
}
|
}
|
||||||
|
|
||||||
primary_classes = ["xpathParserContext", "xpathContext", "transformCtxt", "stylesheet"]
|
primary_classes = ["xpathParserContext", "xpathContext", "transformCtxt", "stylesheet"]
|
||||||
|
Reference in New Issue
Block a user