diff --git a/ChangeLog b/ChangeLog index 15af3c5e..2400fa41 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat May 19 17:23:54 CEST 2001 Daniel Veillard + + * configure.in: preparing 0.10.0 release + * doc/xslt.html: updated + * doc/html/* : rebuilt the docs + Fri May 18 16:48:13 CEST 2001 Daniel Veillard * libxslt/xslt.c libxslt/variables.c libxslt/templates.c diff --git a/configure.in b/configure.in index f8fe78cb..b8e6940c 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_INIT(libxslt/xslt.c) LIBXSLT_MAJOR_VERSION=0 -LIBXSLT_MINOR_VERSION=9 +LIBXSLT_MINOR_VERSION=10 LIBXSLT_MICRO_VERSION=0 PACKAGE=libxslt diff --git a/doc/html/libxslt-imports.html b/doc/html/libxslt-imports.html index 61a533c6..71d3be51 100644 --- a/doc/html/libxslt-imports.html +++ b/doc/html/libxslt-imports.html @@ -764,7 +764,7 @@ CLASS="PARAMETER" WIDTH="80%" ALIGN="LEFT" VALIGN="TOP" ->  an XSLT transformation context  an XML node  an XSLT transformation contextxmlChar *use); +> *use, + xmlNodePtr inst); xmlNodeSetPtr

Description

Details

xmlChar *use); *use, + xmlNodePtr inst);

inst : the key instructionReturns




Name

Synopsis

Description

Details


  an XSLT pattern

Name

Synopsis

Description

Details













  the XSLT transformation context  the input node  the stylesheet node  the compiled information from the stylesheet





















Changelog file for a really accurate description

+

0.10.0: May 19 2001

+
    +
  • cleanups to make stylesheet read-only (not 100% complete)
  • +
  • fixed URI resolution in document()
  • +
  • force all XPath expression to be compiled at stylesheet parsing time, + even if unused ...
  • +
  • Fixed HTML default output detection
  • +
  • Fixed double attibute generation #54446
  • +
  • Fixed {{ handling in attributes #54451
  • +
  • More tests and speedups for DocBook document transformations
  • +
  • Fixed a really bad race like bug in xsltCopyTreeList()
  • +
  • added a documentation on the libxslt internals
  • +
  • William Brack and Bjorn Reese improved format-number()
  • +
  • Fixed multiple sort, it should really work now
  • +
  • added a --docbook option for SGML DocBook input (hackish)
  • +
  • a number of other bug fixes and regression test added as people were + submitting them
  • +
+

0.9.0: May 3 2001

  • lot of various bugfixes, extended the regression suite
  • @@ -285,8 +304,8 @@ orchis:~ ->

    Okay this section is clearly incomplete. But integrating libxslt into your application should be realitively easy. First check the few steps described below, then for more detailed informations, look at the generated pages for the API and the source of -libxslt/xsltproc.c .

    +href="html/libxslt-lib.html"> generated pages for the API and the source +of libxslt/xsltproc.c .

    Basically doing an XSLT transformation can be done in a few steps: