From 95439b27148204f574121c288b0fe49fe638094f Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Mon, 17 May 2004 04:14:57 +0000 Subject: [PATCH] release of libxslt-1.1.7 Daniel * configure.in: release of libxslt-1.1.7 Daniel --- ChangeLog | 4 ++ configure.in | 4 +- doc/libxslt-api.xml | 9 +++++ doc/libxslt-refs.xml | 77 ++++++++++++++------------------------- libxslt/xsltwin32config.h | 6 +-- python/libxsltclass.txt | 1 + 6 files changed, 46 insertions(+), 55 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3484f944..4e6e3cc9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon May 17 06:14:09 CEST 2004 Daniel Veillard + + * configure.in: release of libxslt-1.1.7 + Sun May 16 23:08:05 CEST 2004 Daniel Veillard * tests/general/bug-151*, tests/docs/bug-151.xml, diff --git a/configure.in b/configure.in index 0fd1058f..5395eba4 100644 --- a/configure.in +++ b/configure.in @@ -6,11 +6,11 @@ dnl libexslt is an extension dnl LIBXSLT_MAJOR_VERSION=1 LIBXSLT_MINOR_VERSION=1 -LIBXSLT_MICRO_VERSION=6 +LIBXSLT_MICRO_VERSION=7 PACKAGE=libxslt LIBEXSLT_MAJOR_VERSION=0 LIBEXSLT_MINOR_VERSION=8 -LIBEXSLT_MICRO_VERSION=4 +LIBEXSLT_MICRO_VERSION=5 LIBXML_REQUIRED_VERSION=2.6.8 diff --git a/doc/libxslt-api.xml b/doc/libxslt-api.xml index a9ad65d8..6827204c 100644 --- a/doc/libxslt-api.xml +++ b/doc/libxslt-api.xml @@ -130,6 +130,7 @@ + Implementation of the XSLT number functions @@ -1603,6 +1604,14 @@ informations are stored'/> + + Find the right namespace value for this prefix, if needed create and add a new namespace decalaration on the node Handle namespace aliases and make sure the prefix is not NULL, this is needed for attributes. + + + + + + This function should be called after the transformation completed to extract template processing profiling informations if availble. The informations are returned as an XML document tree like <?xml version="1.0"?> <profile> <template rank="1" match="*" name="" mode="" calls="6" time="48" average="8"/> <template rank="2" match="item2|item3" name="" mode="" calls="10" time="30" average="3"/> <template rank="3" match="item1" name="" mode="" calls="5" time="17" average="3"/> </profile> The caller will need to free up the returned tree with xmlFreeDoc() diff --git a/doc/libxslt-refs.xml b/doc/libxslt-refs.xml index 48e87906..2581ffc7 100644 --- a/doc/libxslt-refs.xml +++ b/doc/libxslt-refs.xml @@ -235,6 +235,7 @@ + @@ -627,6 +628,7 @@ + @@ -826,6 +828,7 @@ + @@ -1097,6 +1100,7 @@ + @@ -1146,6 +1150,7 @@ + @@ -1407,6 +1412,7 @@ + @@ -1567,6 +1573,7 @@ + @@ -2039,6 +2046,7 @@ + @@ -2101,6 +2109,7 @@ + @@ -2598,6 +2607,7 @@ + @@ -2620,6 +2630,7 @@ + @@ -2817,6 +2828,7 @@ + @@ -3219,6 +3231,7 @@ + @@ -3313,6 +3326,7 @@ + @@ -4071,6 +4085,7 @@ + @@ -4139,6 +4154,7 @@ + @@ -4316,6 +4332,7 @@ + @@ -4475,6 +4492,7 @@ + @@ -4673,20 +4691,6 @@ - - - - - - - - - - - - - - @@ -4724,6 +4728,7 @@ + @@ -4940,6 +4945,7 @@ + @@ -5207,6 +5213,7 @@ + @@ -5659,6 +5666,7 @@ + @@ -5767,38 +5775,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -5919,6 +5895,7 @@ + @@ -6019,8 +5996,6 @@ - - @@ -6149,6 +6124,8 @@ + + @@ -6329,8 +6306,8 @@ - - + + diff --git a/libxslt/xsltwin32config.h b/libxslt/xsltwin32config.h index 93001a7f..99849bb8 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.6" +#define LIBXSLT_DOTTED_VERSION "1.1.7" /** * LIBXSLT_VERSION: * * the version number: 1.2.3 value is 1002003 */ -#define LIBXSLT_VERSION 10106 +#define LIBXSLT_VERSION 10107 /** * LIBXSLT_VERSION_STRING: * * the version number string, 1.2.3 value is "1002003" */ -#define LIBXSLT_VERSION_STRING "10106" +#define LIBXSLT_VERSION_STRING "10107" /** * WITH_XSLT_DEBUG: diff --git a/python/libxsltclass.txt b/python/libxsltclass.txt index 91c020d1..3130df5e 100644 --- a/python/libxsltclass.txt +++ b/python/libxsltclass.txt @@ -107,6 +107,7 @@ Class transformCtxt() copyNamespace() copyNamespaceList() namespace() + plainNamespace() specialNamespace() # functions from module templates