diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2006-10-26 13:32:42 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2006-10-26 13:32:42 +0000 |
commit | 951beb01d47c23b137180086456328112e672586 (patch) | |
tree | 107a04f466ec81a43fc166743947b82cb55c966f /python | |
parent | 1ead9ea8c6a52f794722d7ff79e7f019e3d5fd4a (diff) | |
download | libxslt-951beb01d47c23b137180086456328112e672586.tar.gz |
preparing release of libxslt-1.1.18, this bumps libxml2 requirement toLIBXSLT_1_1_18
* 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
Diffstat (limited to 'python')
-rw-r--r-- | python/libxsltclass.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/libxsltclass.txt b/python/libxsltclass.txt index 0a344167..555b69f8 100644 --- a/python/libxsltclass.txt +++ b/python/libxsltclass.txt @@ -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() |