1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-28 04:41:59 +03:00

fixed a small warning. rebuilt the APIs Daniel

* python/libxml.c : fixed a small warning.
* doc/libxslt-api.xml doc/libxslt-decl.txt doc/libxslt-refs.xml
  python/libxsltclass.txt: rebuilt the APIs
Daniel
This commit is contained in:
Daniel Veillard
2002-02-10 19:31:34 +00:00
parent 2e2bc3adde
commit 0f39f084c1
6 changed files with 73 additions and 2 deletions

View File

@ -349,7 +349,7 @@ libxslt_xsltCleanup(PyObject *self, PyObject *args) {
************************************************************************/
static PyMethodDef libxsltMethods[] = {
#include "libxslt-export.c"
{ NULL, NULL, NULL, NULL }
{ NULL }
};
void initlibxsltmod(void) {

View File

@ -128,6 +128,9 @@ Class transformCtxt()
quoteOneUserParam()
variableLookup()
# functions from module xsltInternals
allocateExtraCtxt()
# functions from module xsltutils
message()
printErrorContext()
@ -190,6 +193,7 @@ Class stylesheet()
parseGlobalVariable()
# functions from module xsltInternals
allocateExtra()
freeStylesheet()
parseStylesheetOutput()
parseStylesheetProcess()