1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-29 15:41:13 +03:00

copied over the apibuild.py from libxml2, adapted a bit and regenerated

* doc/Makefile.am doc/apibuild.py doc/libxslt-api.xml:
  copied over the apibuild.py from libxml2, adapted a bit and
  regenerated the API description in XML. Todo: libexslt-api.xml
* libxslt/attributes.c libxslt/documents.c libxslt/extensions.c
  libxslt/imports.c libxslt/numbers.c libxslt/numbersInternals.h
  libxslt/pattern.c libxslt/preproc.c libxslt/security.c
  libxslt/templates.c libxslt/transform.c libxslt/transform.h
  libxslt/variables.c libxslt/xslt.c libxslt/xsltInternals.h
  libxslt/xsltutils.c libxslt/xsltutils.h: cleanup based on the
  report from the scripts.
* libxslt.spec.in: make sure libxslt-api.xml ends up in the devel
  package
Daniel
This commit is contained in:
Daniel Veillard
2002-12-11 17:53:37 +00:00
parent 8f56a0b269
commit 162c34f414
23 changed files with 2924 additions and 1204 deletions

View File

@ -33,6 +33,7 @@ isBlank()
loadStylesheetPI()
newStylesheet()
parseStylesheetDoc()
parseStylesheetFile()
# functions from module xsltutils
calibrateAdjust()
@ -110,6 +111,8 @@ Class transformCtxt()
# functions from module templates
attrListTemplateProcess()
attrTemplateProcess()
attrTemplateValueProcess()
attrTemplateValueProcessNode()
evalAttrValueTemplate()
evalTemplateString()
@ -118,6 +121,9 @@ Class transformCtxt()
freeTransformContext()
registerAllElement()
# functions from module transform.c
copyTree()
# functions from module variables
evalGlobalVariables()
evalOneUserParam()