1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-31 02:43:06 +03:00

preparing release of libxslt-1.1.18, this bumps libxml2 requirement to

* NEWS configure.in doc//*: preparing release of libxslt-1.1.18,
  this bumps libxml2 requirement to 1.6.27
* libexslt/date.c libxslt/namespaces.h libxslt/xslt.c
  libxslt/xsltInternals.h: cosmetic cleanups to restore the
  API extraction
Daniel
This commit is contained in:
Daniel Veillard
2006-10-26 13:32:42 +00:00
parent 1ead9ea8c6
commit 951beb01d4
64 changed files with 6746 additions and 3159 deletions

View File

@ -25,6 +25,7 @@ registerExtensionClass()
# functions from module xslt
cleanupGlobals()
init()
# functions from module xsltInternals
isBlank()
@ -32,6 +33,7 @@ loadStylesheetPI()
newStylesheet()
parseStylesheetDoc()
parseStylesheetFile()
uninit()
# functions from module xsltutils
calibrateAdjust()
@ -130,9 +132,12 @@ Class transformCtxt()
# functions from module xsltInternals
allocateExtraCtxt()
createRVT()
extensionInstructionResultFinalize()
freeRVTs()
registerLocalRVT()
registerPersistRVT()
registerTmpRVT()
releaseRVT()
# functions from module xsltutils
message()