From ada89dddea264bb41fd5c0c293ce989eb90ef4da Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Fri, 8 Feb 2002 16:09:27 +0000 Subject: change the Licence to MIT Licence and release of 1.0.11 updates of the * Copyright Makefile.am configure.in libxslt.spec.in: change the Licence to MIT Licence and release of 1.0.11 * doc/FAQ.html doc/intro.html doc/libxslt-decl.txt doc/news.html doc/xslt.html: updates of the docs accordingly * libxslt/xsltwin32config.h: numbering * python/generator.py python/libxml_wrap.h python/libxsltclass.txt python/libxslt-python-api.xml: cleanup the dependancies with libxml2 * python/tests/extfunc.py: updated examples. Daniel --- doc/FAQ.html | 2 ++ doc/intro.html | 6 +++--- doc/libxslt-decl.txt | 12 ++++++------ doc/news.html | 13 ++++++++++++- doc/xslt.html | 21 +++++++++++++++++---- 5 files changed, 40 insertions(+), 14 deletions(-) (limited to 'doc') diff --git a/doc/FAQ.html b/doc/FAQ.html index 3b186ac8..f630e0f0 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -85,6 +85,8 @@ A:link, A:visited, A:active { text-decoration: underline } matching this string. You really want ->'alpha'<- to be passed to the processor. And to allow this you need to escape the quotes at the shell level using ->"'alpha'"<- .

+

or use

+

xsltproc --stringparam test alpha foo.xsl foo.xml

Daniel Veillard

diff --git a/doc/intro.html b/doc/intro.html index f40e9079..2e14305b 100644 --- a/doc/intro.html +++ b/doc/intro.html @@ -84,9 +84,9 @@ the XSLT C library developed for the
  • It is written in plain C, making as few assumptions as possible, and sticking closely to ANSI C/POSIX for easy embedding. Should works on Linux/Unix/Windows.
  • -
  • This library is released under the GNU LGPL and a - derivative of the W3C IPR (check the Copyright and the IPR files in the - distribution). If you are not happy with this, drop me a mail.
  • +
  • This library is released under the MIT + Licence +
  • Though not designed primarily with performances in mind, libxslt seems to be a relatively fast processor.
  • diff --git a/doc/libxslt-decl.txt b/doc/libxslt-decl.txt index c22babf2..7a0a5e24 100644 --- a/doc/libxslt-decl.txt +++ b/doc/libxslt-decl.txt @@ -29,15 +29,15 @@ void LIBXSLT_DOTTED_VERSION -#define LIBXSLT_DOTTED_VERSION "1.0.10" +#define LIBXSLT_DOTTED_VERSION "1.0.11" LIBXSLT_VERSION -#define LIBXSLT_VERSION 10010 +#define LIBXSLT_VERSION 10011 LIBXSLT_VERSION_STRING -#define LIBXSLT_VERSION_STRING "10010" +#define LIBXSLT_VERSION_STRING "10011" WITH_XSLT_DEBUG @@ -590,15 +590,15 @@ void *ctxt,const xmlChar *name,const xmlChar *ns_uri LIBXSLT_DOTTED_VERSION -#define LIBXSLT_DOTTED_VERSION "1.0.10" +#define LIBXSLT_DOTTED_VERSION "1.0.11" LIBXSLT_VERSION -#define LIBXSLT_VERSION 10010 +#define LIBXSLT_VERSION 10011 LIBXSLT_VERSION_STRING -#define LIBXSLT_VERSION_STRING "10010" +#define LIBXSLT_VERSION_STRING "10011" WITH_XSLT_DEBUG diff --git a/doc/news.html b/doc/news.html index f3b32dbb..eecab63b 100644 --- a/doc/news.html +++ b/doc/news.html @@ -75,7 +75,18 @@ A:link, A:visited, A:active { text-decoration: underline }

    CVS only : check the Changelog file for a really accurate description

    -

    1.0.10: Jan 14 2001

    +

    1.0.11: Feb 8 2002

    +
      +
    • Change of Licence to the MIT + Licence +
    • +
    • Added a beta version of the Python bindings, including support to + extend the engine with functions written in Python
    • +
    • A number of bug fixes
    • +
    • Charlie Bozeman provided more EXSLT functions
    • +
    • Portability fixes
    • +
    +

    1.0.10: Jan 14 2002

    • Windows fixes for Win32 from Igor
    • Fixed the Solaris compilation trouble (Albert)
    • diff --git a/doc/xslt.html b/doc/xslt.html index cef7e97a..4233b57c 100644 --- a/doc/xslt.html +++ b/doc/xslt.html @@ -48,9 +48,8 @@ the XSLT C library developed for the sticking closely to ANSI C/POSIX for easy embedding. Should works on Linux/Unix/Windows.
    • This library is released under the GNU LGPL and a - derivative of the W3C IPR (check the Copyright and the IPR files in the - distribution). If you are not happy with this, drop me a mail.
    • + href="http://www.opensource.org/licenses/mit-license.html">MIT + Licence
    • Though not designed primarily with performances in mind, libxslt seems to be a relatively fast processor.
    @@ -224,6 +223,8 @@ platform, get in touch with me to upload the package. I will keep them in the matching this string. You really want ->'alpha'<- to be passed to the processor. And to allow this you need to escape the quotes at the shell level using ->"'alpha'"<- .

    +

    or use

    +

    xsltproc --stringparam test alpha foo.xsl foo.xml

    @@ -233,7 +234,19 @@ platform, get in touch with me to upload the package. I will keep them in the href="http://cvs.gnome.org/lxr/source/libxslt/ChangeLog">Changelog file for a really accurate description -

    1.0.10: Jan 14 2001

    +

    1.0.11: Feb 8 2002

    +
      +
    • Change of Licence to the MIT + Licence
    • +
    • Added a beta version of the Python bindings, including support to + extend the engine with functions written in Python
    • +
    • A number of bug fixes
    • +
    • Charlie Bozeman provided more EXSLT functions
    • +
    • Portability fixes
    • +
    + +

    1.0.10: Jan 14 2002

    • Windows fixes for Win32 from Igor
    • Fixed the Solaris compilation trouble (Albert)
    • -- cgit v1.2.3