From 195f644cf7b5e93208b033fa7c5501c41cf82f59 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Wed, 21 Nov 2012 15:22:59 +0800 Subject: [PATCH] Release of libxslt 1.1.28 * configure.in: updated * doc/libxslt-api.xml doc/libxslt-refs.xml libxslt/libxslt.syms libxslt/xsltwin32config.h win32/libxslt.def.src doc/*.html: regenerated --- configure.in | 4 ++-- doc/APIconstructors.html | 1 - doc/APIfiles.html | 2 -- doc/APIfunctions.html | 4 ---- doc/APIsymbols.html | 2 -- doc/html/libxslt-xsltInternals.html | 8 +------- doc/libxslt-api.xml | 15 --------------- doc/libxslt-refs.xml | 11 ----------- libxslt/libxslt.syms | 4 ++-- libxslt/xsltwin32config.h | 6 +++--- win32/libxslt.def.src | 2 -- 11 files changed, 8 insertions(+), 51 deletions(-) diff --git a/configure.in b/configure.in index db48224..fc8d5a8 100644 --- a/configure.in +++ b/configure.in @@ -11,11 +11,11 @@ dnl libexslt is an extension dnl LIBXSLT_MAJOR_VERSION=1 LIBXSLT_MINOR_VERSION=1 -LIBXSLT_MICRO_VERSION=27 +LIBXSLT_MICRO_VERSION=28 PACKAGE=libxslt LIBEXSLT_MAJOR_VERSION=0 LIBEXSLT_MINOR_VERSION=8 -LIBEXSLT_MICRO_VERSION=16 +LIBEXSLT_MICRO_VERSION=17 LIBXML_REQUIRED_VERSION=2.6.27 diff --git a/doc/APIconstructors.html b/doc/APIconstructors.html index 6a4c5bd..af1d285 100644 --- a/doc/APIconstructors.html +++ b/doc/APIconstructors.html @@ -19,7 +19,6 @@ A:link, A:visited, A:active { text-decoration: underline } xsltStyleExtInitFunction
xsltStyleGetExtData
xsltStyleStylesheetLevelGetExtData
-xsltTransStorageRemove

Type xmlAttrPtr:

xsltAttrListTemplateProcess
xsltAttrTemplateProcess

Type xmlChar *:

xsltAttrTemplateValueProcess
diff --git a/doc/APIfiles.html b/doc/APIfiles.html index 3326581..9510623 100644 --- a/doc/APIfiles.html +++ b/doc/APIfiles.html @@ -472,8 +472,6 @@ A:link, A:visited, A:active { text-decoration: underline } xsltStylesheetPtr
xsltTemplate
xsltTemplatePtr
-xsltTransStorageAdd
-xsltTransStorageRemove
xsltTransformCache
xsltTransformCachePtr
xsltTransformContext
diff --git a/doc/APIfunctions.html b/doc/APIfunctions.html index 40f580b..f2eba6c 100644 --- a/doc/APIfunctions.html +++ b/doc/APIfunctions.html @@ -101,8 +101,6 @@ A:link, A:visited, A:active { text-decoration: underline } xsltSetGenericErrorFunc
xsltSetTransformErrorFunc
xsltStyleExtShutdownFunction
-xsltTransStorageAdd
-xsltTransStorageRemove
xsltXPathVariableLookup

Type xmlAttrPtr:

xsltAttrListTemplateProcess
xsltAttrTemplateProcess
@@ -500,8 +498,6 @@ A:link, A:visited, A:active { text-decoration: underline } xsltTemplateProcess
xsltTestCompMatchList
xsltText
-xsltTransStorageAdd
-xsltTransStorageRemove
xsltTransformError
xsltTransformFunction
xsltValueOf
diff --git a/doc/APIsymbols.html b/doc/APIsymbols.html index 9524a77..f5500a1 100644 --- a/doc/APIsymbols.html +++ b/doc/APIsymbols.html @@ -555,8 +555,6 @@ A:link, A:visited, A:active { text-decoration: underline } xsltText
xsltTimestamp
xsltTopLevelFunction
-xsltTransStorageAdd
-xsltTransStorageRemove
xsltTransformCache
xsltTransformCachePtr
xsltTransformContext
diff --git a/doc/html/libxslt-xsltInternals.html b/doc/html/libxslt-xsltInternals.html index 3371034..5cd9cc3 100644 --- a/doc/html/libxslt-xsltInternals.html +++ b/doc/html/libxslt-xsltInternals.html @@ -162,8 +162,6 @@ void xsltElemPreCompDeallocator (Function type: xsltSortFunc void xsltSortFunc (xsltTransformContextPtr ctxt,
xmlNodePtr * sorts,
int nbsorts) -

int	xsltTransStorageAdd		(xsltTransformContextPtr ctxt, 
void * id,
void * data)
-
void *	xsltTransStorageRemove		(xsltTransformContextPtr ctxt, 
void * id)
Function type: xsltTransformFunction
 void	xsltTransformFunction		(xsltTransformContextPtr ctxt, 
xmlNodePtr node,
xmlNodePtr inst,
xsltElemPreCompPtr comp)
@@ -748,11 +746,7 @@ void xsltElemPreCompDeallocator (
ns:map of namespaces
doc:the document
Returns:0 in case of success, -1 in case of failure

Function type: xsltSortFunc

Function type: xsltSortFunc
 void	xsltSortFunc			(xsltTransformContextPtr ctxt, 
xmlNodePtr * sorts,
int nbsorts)

Signature of the function to use during sorting

ctxt:a transformation context
sorts:the node-set to sort
nbsorts:the number of sorts

-

Function: xsltTransStorageAdd

int	xsltTransStorageAdd		(xsltTransformContextPtr ctxt, 
void * id,
void * data)
-

-
ctxt:
id:
data:
Returns:

Function: xsltTransStorageRemove

void *	xsltTransStorageRemove		(xsltTransformContextPtr ctxt, 
void * id)
-

-
ctxt:
id:
Returns:

Function type: xsltTransformFunction

Function type: xsltTransformFunction
+

Function type: xsltTransformFunction

Function type: xsltTransformFunction
 void	xsltTransformFunction		(xsltTransformContextPtr ctxt, 
xmlNodePtr node,
xmlNodePtr inst,
xsltElemPreCompPtr comp)

Signature of the function associated to elements part of the stylesheet language like xsl:if or xsl:apply-templates.

ctxt:the XSLT transformation context
node:the input node
inst:the stylesheet node
comp:the compiled information from the stylesheet

Function: xsltUninit

void	xsltUninit			(void)
diff --git a/doc/libxslt-api.xml b/doc/libxslt-api.xml index 4c78f2a..1cf7c89 100644 --- a/doc/libxslt-api.xml +++ b/doc/libxslt-api.xml @@ -523,7 +523,6 @@ - @@ -547,7 +546,6 @@ - @@ -3102,19 +3100,6 @@ exits'/> - - - - - - - - - - - - - Display and format an error messages, gives file, line, position and extra parameters, will use the specific transformation context if available diff --git a/doc/libxslt-refs.xml b/doc/libxslt-refs.xml index 43e07f7..3d2169f 100644 --- a/doc/libxslt-refs.xml +++ b/doc/libxslt-refs.xml @@ -548,8 +548,6 @@ - - @@ -1137,8 +1135,6 @@ - - @@ -1181,7 +1177,6 @@ - @@ -1426,8 +1421,6 @@ - - @@ -1919,8 +1912,6 @@ - - @@ -2433,8 +2424,6 @@ - - diff --git a/libxslt/libxslt.syms b/libxslt/libxslt.syms index 90d39e5..3d9b5c6 100644 --- a/libxslt/libxslt.syms +++ b/libxslt/libxslt.syms @@ -430,8 +430,8 @@ LIBXML2_1.1.18 { xsltStyleStylesheetLevelGetExtData; # xsltInternals - xsltTransStorageAdd; - xsltTransStorageRemove; +# xsltTransStorageAdd; removed in 1.1.28 +# xsltTransStorageRemove; removed in 1.1.28 xsltUninit; xsltXSLTAttrMarker; # variable } LIBXML2_1.1.9; diff --git a/libxslt/xsltwin32config.h b/libxslt/xsltwin32config.h index b599262..c89e1ec 100644 --- a/libxslt/xsltwin32config.h +++ b/libxslt/xsltwin32config.h @@ -23,21 +23,21 @@ extern "C" { * * the version string like "1.2.3" */ -#define LIBXSLT_DOTTED_VERSION "1.1.27" +#define LIBXSLT_DOTTED_VERSION "1.1.28" /** * LIBXSLT_VERSION: * * the version number: 1.2.3 value is 1002003 */ -#define LIBXSLT_VERSION 10127 +#define LIBXSLT_VERSION 10128 /** * LIBXSLT_VERSION_STRING: * * the version number string, 1.2.3 value is "1002003" */ -#define LIBXSLT_VERSION_STRING "10127" +#define LIBXSLT_VERSION_STRING "10128" /** * LIBXSLT_VERSION_EXTRA: diff --git a/win32/libxslt.def.src b/win32/libxslt.def.src index f729b23..653d3a1 100644 --- a/win32/libxslt.def.src +++ b/win32/libxslt.def.src @@ -242,8 +242,6 @@ xsltTemplateProcess xsltTestCompMatchList xsltText xsltTimestamp -xsltTransStorageAdd -xsltTransStorageRemove xsltTransformError xsltUninit xsltUnparsedEntityURIFunction -- 2.7.4