diff --git a/ChangeLog b/ChangeLog index c4d27546..c659f55b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Oct 10 11:58:41 CEST 2001 Daniel Veillard + + * configure.in: releasing 1.0.5 + * doc/xslt.html doc/html/*: updated and rebuilt the docs + Wed Oct 10 00:10:01 CEST 2001 Thomas Broyer * tests/REC/test-7.7-4.out: fixed a typo diff --git a/configure.in b/configure.in index 395cc2bb..298a04e4 100644 --- a/configure.in +++ b/configure.in @@ -6,12 +6,12 @@ dnl libexslt is an extension dnl LIBXSLT_MAJOR_VERSION=1 LIBXSLT_MINOR_VERSION=0 -LIBXSLT_MICRO_VERSION=4 +LIBXSLT_MICRO_VERSION=5 PACKAGE=libxslt LIBEXSLT_MAJOR_VERSION=0 -LIBEXSLT_MINOR_VERSION=4 +LIBEXSLT_MINOR_VERSION=5 LIBEXSLT_MICRO_VERSION=0 -LIBXML_REQUIRED_VERSION=2.4.3 +LIBXML_REQUIRED_VERSION=2.4.6 LIBXSLT_VERSION=$LIBXSLT_MAJOR_VERSION.$LIBXSLT_MINOR_VERSION.$LIBXSLT_MICRO_VERSION diff --git a/doc/html/book1.html b/doc/html/book1.html index a10af6de..1ecb9859 100644 --- a/doc/html/book1.html +++ b/doc/html/book1.html @@ -4,7 +4,8 @@ >Gnome XSLT Library Reference Manualattributes

Name

Synopsis

Description

Details



functionsimports

Name

Synopsis

xsltStylesheetPtr style); int xsltNeedElemSpaceHandling (xsltTransformContextPtr ctxt); +int xsltFindElemSpaceHandling (

Description

Details






xsltNeedElemSpaceHandling ()

int         xsltNeedElemSpaceHandling       (xsltTransformContextPtr ctxt);

Returns whether that stylesheet requires white-space stripping

ctxt : an XSLT transformation context
Returns :1 if space should be stripped, 0 if not



keys

Name

Synopsis

Description

Details





Libxslt Library Referencenamespaces

Name

Synopsis

Description

Details






Libxml Programming NotesnumbersInternals

Name

Synopsis

Description

Details


patterntemplatestransformxsltTransformContextPtr userCtxt); +void xsltApplyStripSpaces (xsltTransformContextPtr ctxt, + xmlNodePtr node); xsltTransformFunction

Description

Details






xsltApplyStripSpaces ()

void        xsltApplyStripSpaces            (xsltTransformContextPtr ctxt,
+                                             xmlNodePtr node);

Strip the unwanted ignorable spaces from the input tree

ctxt : a XSLT process context
node : 
























variables

Name

Synopsis

Description

Details















xsltxsltInternals

Name

Synopsis

Description

Details







































xsltutils

Name

Synopsis

Description

Details





















Changelog file for a really accurate description

+

1.0.5: Oct 10 2001

+
    +
  • some portability fixes, including Windows makefile updates from + Igor
  • +
  • fixed a dozen bugs on XSLT and EXSLT (me and Thomas Broyer)
  • +
  • support for Saxon's evaluate and expressions extensions added (initial + contribution from Darren Graves)
  • +
  • better handling of XPath evaluation errors
  • +
+

1.0.4: Sep 12 2001

  • Documentation updates from John fleck