1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-08-05 23:35:48 +03:00

make sure to register EXSLT for the bindings add a specific test minor

* python/libxslt.c: make sure to register EXSLT for the bindings
* python/tests/Makefile.am python/tests/exslt.py: add a specific test
* xsltproc/xsltproc.c: minor cleanup
Daniel
This commit is contained in:
Daniel Veillard
2002-11-16 22:26:08 +00:00
parent 0eeb098cf1
commit ccc8569012
5 changed files with 68 additions and 1 deletions

View File

@@ -172,7 +172,6 @@ xsltprocExternalEntityLoader(const char *URL, const char *ID,
}
for (i = 0;i < nbpaths;i++) {
xmlChar *newURL;
int len;
newURL = xmlStrdup((const xmlChar *) paths[i]);
newURL = xmlStrcat(newURL, (const xmlChar *) "/");