diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-11-14 20:40:43 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-11-14 20:40:43 +0000 |
commit | e4f67df60a8ca55cbd6bbed20f3207109517f1c4 (patch) | |
tree | f281c0ba5563b8043e98e935ccf0ee789f6415c5 /python | |
parent | 725fb1e8dab4aa0f9ed1205453955cbc94071505 (diff) | |
download | libxslt-e4f67df60a8ca55cbd6bbed20f3207109517f1c4.tar.gz libxslt-e4f67df60a8ca55cbd6bbed20f3207109517f1c4.tar.bz2 libxslt-e4f67df60a8ca55cbd6bbed20f3207109517f1c4.zip |
xpathObjectRet() pertains to the libxml2 module, add the namespace. Daniel
* python/generator.py: xpathObjectRet() pertains to the libxml2
module, add the namespace.
Daniel
Diffstat (limited to 'python')
-rwxr-xr-x | python/generator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/generator.py b/python/generator.py index 0ea7ae6d..67299bac 100755 --- a/python/generator.py +++ b/python/generator.py @@ -545,7 +545,7 @@ classes_type = { } converter_type = { - "xmlXPathObjectPtr": "xpathObjectRet(%s)", + "xmlXPathObjectPtr": "libxml2.xpathObjectRet(%s)", } primary_classes = ["xpathParserContext", "xpathContext", "transformCtxt", "stylesheet"] |