From a27de700182499da3d12a9d3209d12ee5e2c63f6 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Wed, 12 Sep 2012 14:37:09 +0800 Subject: [PATCH] Release of libxslt-1.1.27 * configure.in doc/symbols.xml doc/xslt.html: updated for the release * NEWS config.h.in doc/* */*.syms : regenerated --- NEWS | 94 +++++++- config.h.in | 21 +- configure.in | 4 +- doc/API.html | 3 +- doc/APIchunk0.html | 3 + doc/APIchunk1.html | 3 +- doc/APIchunk10.html | 6 +- doc/APIchunk11.html | 4 +- doc/APIchunk12.html | 1 + doc/APIchunk3.html | 2 + doc/APIchunk4.html | 3 + doc/APIchunk5.html | 28 +-- doc/APIchunk6.html | 2 + doc/APIchunk7.html | 2 + doc/APIchunk8.html | 2 + doc/APIchunk9.html | 2 + doc/APIconstructors.html | 1 + doc/APIfiles.html | 5 +- doc/APIfunctions.html | 2 + doc/APIsymbols.html | 4 + doc/FAQ.html | 3 +- doc/bugs.html | 9 +- doc/contribs.html | 3 +- doc/docbook.html | 6 +- doc/docs.html | 3 +- doc/downloads.html | 6 +- doc/extensions.html | 24 +- doc/help.html | 3 +- doc/html/libxslt-numbersInternals.html | 4 +- doc/html/libxslt-xsltInternals.html | 9 +- doc/html/libxslt-xsltlocale.html | 5 +- doc/html/libxslt-xsltutils.html | 5 +- doc/index.html | 7 +- doc/internals.html | 42 ++-- doc/intro.html | 3 +- doc/libxslt-api.xml | 31 ++- doc/libxslt-refs.xml | 78 +++--- doc/libxslt.xsa | 62 +---- doc/news.html | 316 +++++++++++++++++++------ doc/python.html | 12 +- doc/symbols.xml | 1 + doc/xslt.html | 92 ++++++- libxslt/libxslt.syms | 10 + libxslt/xsltwin32config.h | 8 +- python/libxsltclass.txt | 3 + win32/libxslt.def.src | 2 + 46 files changed, 682 insertions(+), 257 deletions(-) diff --git a/NEWS b/NEWS index 48a57110..cbc1c5ed 100644 --- a/NEWS +++ b/NEWS @@ -4,12 +4,94 @@ Note that this is automatically generated from the news webpage at: http://xmlsoft.org/XSLT/news.html -The change log at -ChangeLog.html - describes the recents commits -to the SVN at -http://svn.gnome.org/viewcvs/libxslt/trunk/ - code base.Those are the public releases made: +See the git page at +http://git.gnome.org/browse/libxslt/ + +to get a description of the recent commits.Those are the public releases made: +1.1.27: Sep 12 2012: + - Portability: + xincludestyle wasn't protected with LIBXML_XINCLUDE_ENABLED (Michael Bonfils), + Portability fix for testThreads.c (IlyaS), + FreeBSD portability fixes (Pedro F. Giffuni), + check for gmtime - on mingw* hosts will enable date-time function (Roumen Petrov), + use only native crypto-API for mingw* hosts (Roumen Petrov), + autogen: Only check for libtoolize (Colin Walters), + minimal mingw support (Roumen Petrov), + configure: acconfig.h is deprecated since autoconf-2.50 (Stefan Kost), + Fix a small out of tree compilation issue (Hao Hu), + Fix python generator to not use deprecated xmllib (Daniel Veillard), + link python module with python library (Frederic Crozat) + + - Documentation: + Tiny doc improvement (Daniel Veillard), + Various documentation fixes for docs on internals (C. M. Sperberg-McQueen) + + - Bug fixes: + Report errors on variable use in key (Daniel Veillard), + The XSLT namespace string is a constant one (Daniel Veillard), + Fix handling of names in xsl:attribute (Nick Wellnhofer), + Reserved namespaces in xsl:element and xsl:attribute (Nick Wellnhofer), + Null-terminate result string of cry:rc4_decrypt (Nick Wellnhofer), + EXSLT date normalization fix (James Muscat), + Exit after compilation of invalid func:result (Nick Wellnhofer), + Fix for EXSLT func:function (Nick Wellnhofer), + Rewrite EXSLT string:replace to be conformant (Nick Wellnhofer), + Avoid a heap use after free error (Chris Evans), + Fix a dictionary string usage (Chris Evans), + Output should not include extraneous newlines when indent is off (Laurence Rowe), + document('') fails to return stylesheets parsed from memory (Jason Viers), + xsltproc should return an error code if xinclude fails (Malcolm Purvis), + Forwards-compatible processing of unknown top level elements (Nick Wellnhofer), + Fix system-property with unknown namespace (Nick Wellnhofer), + Hardening of code checking node types in EXSLT (Daniel Veillard), + Hardening of code checking node types in various entry point (Daniel Veillard), + Cleanup of the pattern compilation code (Daniel Veillard), + Fix default template processing on namespace nodes (Daniel Veillard), + Fix a bug in selecting XSLT elements (Daniel Veillard), + Fixed bug #616839 (Daniel Mustieles), + Fix some case of pattern parsing errors (Abhishek Arya), + preproc: fix the build (Stefan Kost), + Fix a memory leak with xsl:number (Daniel Veillard), + Fix a problem with ESXLT date:add() with January (money_seshu Dronamraju), + Fix a memory leak if compiled with Windows locale support (Daniel Veillard), + Fix generate-id() to not expose object addresses (Daniel Veillard), + Fix curlies support in literals for non-compiled AVTs (Nick Wellnhofer), + Allow whitespace in xsl:variable with select (Nick Wellnhofer), + Small fixes to locale code (Nick Wellnhofer), + Fix bug 602515 (Nick Wellnhofer), + Fix popping of vars in xsltCompilerNodePop (Nick Wellnhofer), + Fix direct pattern matching bug (Nick Wellnhofer) + + - Improvements: + Add the saxon:systemId extension (Mike Hommey), + Add an append mode to document output (Daniel Veillard), + Add new tests to EXTRA_DIST (Nick Wellnhofer), + Test for bug #680920 (Nick Wellnhofer), + fix regresson in Various "make distcheck" and other fixes (Roumen Petrov), + Various "make distcheck" and other fixes (Daniel Richard G), + Fix portability to upcoming libxml2-2.9.0 (Daniel Veillard), + Adding --system flag support to autogen.sh (Daniel Veillard), + Allow per-context override of xsltMaxDepth, introduce xsltMaxVars (Jérôme Carretero), + autogen.sh: Honor NOCONFIGURE environment variable (Colin Walters), + configure: support silent automake rules if possible (Stefan Kost), + Precompile patterns in xsl:number (Nick Wellnhofer), + Fix some warnings in the refactored code (Nick Wellnhofer), + Adding new generated files (Daniel Veillard), + profiling: add callgraph report (Stefan Kost) + + - Cleanups: + Big space and tabs cleanup (Daniel Veillard), + Fix authors list (Daniel Veillard), + Cleanups some of the test makefiles (Daniel Richard), + Remove .cvsignore files which are not needed anymore (Daniel Veillard), + Cleanup some misplaced spaces and tabs (Daniel Veillard), + Augment list of ignored files (Daniel Veillard), + configure: remove checks for isinf and isnan as those are not used anyway (Stefan Kost), + Point to GIT for source code and a bit of cleanup (Daniel Veillard), + Get rid of specific build setup and STATIC_BINARIES (Daniel Veillard) + + + 1.1.26: Sep 24 2009: - Improvement: Add xsltProcessOneNode to exported symbols for lxml (Daniel Veillard) diff --git a/config.h.in b/config.h.in index 9cadf4bc..d2a0cca6 100644 --- a/config.h.in +++ b/config.h.in @@ -1,10 +1,4 @@ /* config.h.in. Generated from configure.in by autoheader. */ -#undef HAVE_ISINF -#undef HAVE_ISNAN -#undef HAVE_POW -#undef HAVE_FLOOR -#undef HAVE_FABS -#undef WITH_DEBUGGER /* Define to 1 if you have the header file. */ #undef HAVE_ANSIDECL_H @@ -18,9 +12,15 @@ /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H +/* Define if fabs is there */ +#undef HAVE_FABS + /* Define to 1 if you have the header file. */ #undef HAVE_FLOAT_H +/* Define if floor is there */ +#undef HAVE_FLOOR + /* Define to 1 if you have the `fprintf' function. */ #undef HAVE_FPRINTF @@ -72,6 +72,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_NAN_H +/* Define if pow is there */ +#undef HAVE_POW + /* Define to 1 if you have the `printf' function. */ #undef HAVE_PRINTF @@ -163,6 +166,9 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME +/* Define to the home page for this package. */ +#undef PACKAGE_URL + /* Define to the version of this package. */ #undef PACKAGE_VERSION @@ -194,6 +200,9 @@ /* Version number of package */ #undef VERSION +/* Define if debugging support is enabled */ +#undef WITH_DEBUGGER + /* Define to 1 if on MINIX. */ #undef _MINIX diff --git a/configure.in b/configure.in index 23616945..0d7ba866 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=26 +LIBXSLT_MICRO_VERSION=27 PACKAGE=libxslt LIBEXSLT_MAJOR_VERSION=0 LIBEXSLT_MINOR_VERSION=8 -LIBEXSLT_MICRO_VERSION=15 +LIBEXSLT_MICRO_VERSION=16 LIBXML_REQUIRED_VERSION=2.6.27 diff --git a/doc/API.html b/doc/API.html index 6a1564ed..bedb6fe7 100644 --- a/doc/API.html +++ b/doc/API.html @@ -11,7 +11,8 @@ A:link, A:visited, A:active { text-decoration: underline } Tutorial2
  • Man page for xsltproc
  • Mail archive
  • XML libxml2
  • FTP
  • Windows binaries
  • Solaris binaries
  • MacOsX binaries
  • Bug Tracker
  • lxml Python bindings
  • Perl XSLT bindings
  • XSLT with PHP
  • Apache module
  • Pascal bindings
  • Xsldbg Debugger
  • API Indexes

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

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

    1. configure the parser for XSLT: +of libxslt/xsltproc.c and the tutorial.

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

        +
      1. configure the parser for XSLT:

        xmlSubstituteEntitiesDefault(1);

        xmlLoadExtDtdDefaultValue = 1;

      2. diff --git a/doc/APIchunk0.html b/doc/APIchunk0.html index 9bcb8d33..7d21d79c 100644 --- a/doc/APIchunk0.html +++ b/doc/APIchunk0.html @@ -87,11 +87,13 @@ A:link, A:visited, A:active { text-decoration: underline }
        Clark
        XSLT_XT_NAMESPACE
        Clean-up
        xsltParseTemplateContent
        Cleanup
        xsltCleanupTemplates
        +xsltFreeLocales
        Common
        XSLT_ITEM_COMMON_FIELDS
        Compares
        xsltLocaleStrcmp
        Compilation
        _xsltStylesheet
        Compile
        xsltCompilePattern
        xsltXPathCompile
        +xsltXPathCompileFlags
        Computes
        xsltGetKey
        xsltInitCtxtKey
        xsltInitCtxtKeys
        @@ -163,6 +165,7 @@ A:link, A:visited, A:active { text-decoration: underline }
        For
        _xsltStylesheet
        xsltEvalGlobalVariables
        xsltEvalOneUserParam
        +
        Forwards-compatible
        _xsltStylesheet
        Fragment
        _xsltTransformContext
        xsltCreateRVT
        xsltRegisterLocalRVT
        diff --git a/doc/APIchunk1.html b/doc/APIchunk1.html index 38cd24f6..cbe31384 100644 --- a/doc/APIchunk1.html +++ b/doc/APIchunk1.html @@ -246,7 +246,8 @@ A:link, A:visited, A:active { text-decoration: underline }
        Similar
        xsltGetCNsProp
        xsltGetNsProp
        xsltQuoteUserParams
        -
        Size
        _xsltTransformContext
        +
        Size
        _xsltTemplate
        +_xsltTransformContext
        Special
        UNDEFINED_DEFAULT_NS
        xsltFormatNumberConversion
        Specific
        XSLT_PAT_NO_PRIORITY
        diff --git a/doc/APIchunk10.html b/doc/APIchunk10.html index 2dc38811..5bae01f8 100644 --- a/doc/APIchunk10.html +++ b/doc/APIchunk10.html @@ -104,6 +104,7 @@ A:link, A:visited, A:active { text-decoration: underline } xsltGetKey
        xsltLoadStylesheetPI
        xsltXPathCompile
        +xsltXPathCompileFlags
        results
        xsltParseTemplateContent
        retrieve
        xsltXPathGetTransformContext
        return
        CHECK_STOPPED
        @@ -231,6 +232,7 @@ A:link, A:visited, A:active { text-decoration: underline }
        show
        xsltFormatNumberConversion
        shows
        xsltFormatNumberConversion
        shutdown
        xsltExtShutdownFunction
        +xsltFreeLocales
        xsltRegisterExtModule
        xsltRegisterExtModuleFull
        xsltStyleExtShutdownFunction
        @@ -304,7 +306,8 @@ A:link, A:visited, A:active { text-decoration: underline }
        specify
        xsltRunStylesheet
        xsltRunStylesheetUser
        spent
        _xsltTemplate
        -
        stack
        _xsltTransformContext
        +
        stack
        _xsltTemplate
        +_xsltTransformContext
        xslAddCall
        xslDropCall
        xsltAddStackElemList
        @@ -442,6 +445,7 @@ A:link, A:visited, A:active { text-decoration: underline }
        suggested
        xsltGetSpecialNamespace
        suitable
        xsltCompilePattern
        sun
        xsltFormatNumberConversion
        +
        support
        xsltFreeLocales
        supported
        XSLT_DEFAULT_VERSION
        XSLT_LOCALE_NONE
        sure
        xsltAllocateExtraCtxt
        diff --git a/doc/APIchunk11.html b/doc/APIchunk11.html index 2e97d223..eea7cc8d 100644 --- a/doc/APIchunk11.html +++ b/doc/APIchunk11.html @@ -37,13 +37,15 @@ A:link, A:visited, A:active { text-decoration: underline }
        targetted
        xsltApplyStylesheetUser
        temlate
        xslHandleDebugger
        templates
        _xsltStylesheet
        +_xsltTemplate
        _xsltTransformContext
        xsltAttrTemplateValueProcessNode
        xsltCleanupTemplates
        xsltFindTemplate
        xsltFreeAVTList
        templtaes
        _xsltTransformContext
        -
        templtes
        _xsltTransformContext
        +
        templtes
        _xsltTemplate
        +_xsltTransformContext
        temporary
        _xsltTransformContext
        xsltFindDocument
        tenth
        xsltTimestamp
        diff --git a/doc/APIchunk12.html b/doc/APIchunk12.html index dfd6a537..0bc524b8 100644 --- a/doc/APIchunk12.html +++ b/doc/APIchunk12.html @@ -200,6 +200,7 @@ A:link, A:visited, A:active { text-decoration: underline } xsltSetCtxtParseOptions
        xmlReadxxx
        XSLT_PARSE_OPTIONS
        xmlXPathCompExprPtr
        xsltXPathCompile
        +xsltXPathCompileFlags
        xmlXPathCompiledEvalToBoolean
        XSLT_FAST_IF
        xmlns=
        xsltGetSpecialNamespace
        xsl
        XSLT_TRACE
        diff --git a/doc/APIchunk3.html b/doc/APIchunk3.html index 7263c163..98b7586e 100644 --- a/doc/APIchunk3.html +++ b/doc/APIchunk3.html @@ -180,6 +180,7 @@ A:link, A:visited, A:active { text-decoration: underline } xsltGetNsProp
        xsltGetProfileInformation
        xsltXPathCompile
        +xsltXPathCompileFlags
        calls=
        xsltGetProfileInformation
        can
        _xsltCompilerCtxt
        _xsltTransformContext
        @@ -264,6 +265,7 @@ A:link, A:visited, A:active { text-decoration: underline } xsltParseGlobalVariable
        xsltParseSequenceConstructor
        xsltXPathCompile
        +xsltXPathCompileFlags
        compile-time
        _xsltStylesheet
        xsltCheckExtPrefix
        xsltCheckExtURI
        diff --git a/doc/APIchunk4.html b/doc/APIchunk4.html index 5d1e47e5..e9143420 100644 --- a/doc/APIchunk4.html +++ b/doc/APIchunk4.html @@ -175,6 +175,7 @@ A:link, A:visited, A:active { text-decoration: underline } xsltInitCtxtKeys
        xsltLoadStylesheetPI
        xsltQuoteUserParams
        +
        down
        xsltXPathCompileFlags
        dump
        xsltProfileStylesheet
        dunno
        _xsltEffectiveNs
        during
        _xsltStylesheet
        @@ -285,6 +286,7 @@ A:link, A:visited, A:active { text-decoration: underline } xsltEvalXPathString
        xsltEvalXPathStringNs
        xsltXPathCompile
        +xsltXPathCompileFlags
        expressions
        XSLT_REFACTORED_XPATHCOMP
        _xsltStylesheet
        xsltEvalAttrValueTemplate
        @@ -319,6 +321,7 @@ A:link, A:visited, A:active { text-decoration: underline } xsltAllocateExtraCtxt
        xsltProcessOneNode
        xsltTransformError
        +xsltXPathCompileFlags
        extract
        xsltGetProfileInformation
        xsltLoadStylesheetPI
        extras
        _xsltTransformContext
        diff --git a/doc/APIchunk5.html b/doc/APIchunk5.html index 6a574a74..414ae5cc 100644 --- a/doc/APIchunk5.html +++ b/doc/APIchunk5.html @@ -68,6 +68,7 @@ A:link, A:visited, A:active { text-decoration: underline } xsltGetPlainNamespace
        flag
        XSLT_STRANGE
        XSLT_TODO
        +
        flags
        xsltXPathCompileFlags
        following
        xsltRunStylesheet
        xsltRunStylesheetUser
        foo
        XSLT_FAST_IF
        @@ -136,6 +137,7 @@ A:link, A:visited, A:active { text-decoration: underline } xsltPointerListClear
        xsltPointerListFree
        xsltXPathCompile
        +xsltXPathCompileFlags
        freed
        _xsltTransformContext
        xsltDocLoaderFunc
        xsltGetQNameURI
        @@ -147,32 +149,6 @@ A:link, A:visited, A:active { text-decoration: underline } xsltRegisterTmpRVT
        xsltStrxfrm
        frees
        xsltReleaseRVT
        -
        from
        CHECK_STOPPED
        -CHECK_STOPPED0
        -XML_CAST_FPTR
        -XSLT_GET_IMPORT_INT
        -XSLT_GET_IMPORT_PTR
        -_xsltTemplate
        -xsltApplyStripSpaces
        -xsltCompileAttr
        -xsltEvalOneUserParam
        -xsltFormatNumberConversion
        -xsltGetKey
        -xsltGetUTF8Char
        -xsltLoadStylesheetPI
        -xsltLocalVariablePop
        -xsltParseSequenceConstructor
        -xsltParseStylesheetCallerParam
        -xsltParseTemplateContent
        -xsltQuoteOneUserParam
        -xsltRegisterExtPrefix
        -xsltRunStylesheet
        -xsltRunStylesheetUser
        -xsltSplitQName
        -xsltTransformFunction
        -xsltUnregisterExtModule
        -xsltXPathCompile
        -xsltXPathGetTransformContext
        full
        xsltSplitQName
        function-available
        xsltFunctionAvailableFunction
        function-calling
        xsltExtensionInstructionResultFinalize
        diff --git a/doc/APIchunk6.html b/doc/APIchunk6.html index fd920a9d..3903db11 100644 --- a/doc/APIchunk6.html +++ b/doc/APIchunk6.html @@ -51,6 +51,7 @@ A:link, A:visited, A:active { text-decoration: underline } xsltGetNsProp
        xsltGetQNameURI
        xsltXPathCompile
        +xsltXPathCompileFlags
        hash
        _xsltStylesheet
        xsltEvalOneUserParam
        xsltEvalUserParams
        @@ -72,6 +73,7 @@ A:link, A:visited, A:active { text-decoration: underline } xsltGetQNameURI2
        holds
        xsltInitCtxtKey
        hosting
        xsltEvalAVT
        +
        how
        _xsltTemplate
        href
        xsltGetNamespace
        html
        xsltFormatNumberConversion
        http:
        xsltFormatNumberConversion
        diff --git a/doc/APIchunk7.html b/doc/APIchunk7.html index de3bef9a..311581f4 100644 --- a/doc/APIchunk7.html +++ b/doc/APIchunk7.html @@ -71,6 +71,7 @@ A:link, A:visited, A:active { text-decoration: underline } xsltUnregisterExtModule
        libxml2
        xsltGetUTF8Char
        xsltSetCtxtParseOptions
        +xsltXPathCompileFlags
        libxslt
        XSLT_LIBXSLT_NAMESPACE
        XSLT_REFACTORED_VARS
        xsltFunctionNodeSet
        @@ -113,6 +114,7 @@ A:link, A:visited, A:active { text-decoration: underline } xsltSplitQName
        locale
        XSLT_LOCALE_NONE
        xsltFreeLocale
        +xsltFreeLocales
        xsltLocaleStrcmp
        xsltNewLocale
        xsltStrxfrm
        diff --git a/doc/APIchunk8.html b/doc/APIchunk8.html index 4940679a..741f7ea5 100644 --- a/doc/APIchunk8.html +++ b/doc/APIchunk8.html @@ -138,6 +138,7 @@ A:link, A:visited, A:active { text-decoration: underline } xsltKeyFunction
        xsltSystemPropertyFunction
        xsltXPathCompile
        +xsltXPathCompileFlags
        obsolete
        xsltApplyOneTemplate
        xsltDocumentSortFunction
        obtained
        xsltSaveResultTo
        @@ -151,6 +152,7 @@ A:link, A:visited, A:active { text-decoration: underline } xslDropCall
        xsltGetCNsProp
        xsltGetNsProp
        +
        often
        _xsltTemplate
        old
        _xsltCompilerCtxt
        xsltGetQNameURI
        xsltRegisterExtPrefix
        diff --git a/doc/APIchunk9.html b/doc/APIchunk9.html index 5e8705da..ca838231 100644 --- a/doc/APIchunk9.html +++ b/doc/APIchunk9.html @@ -89,6 +89,7 @@ A:link, A:visited, A:active { text-decoration: underline }
        pass
        XSLT_PARSE_OPTIONS
        xsltAttrTemplateValueProcessNode
        xsltEvalXPathStringNs
        +xsltXPathCompileFlags
        passed
        xsltProcessOneNode
        xsltSetCtxtParseOptions
        xsltSetGenericDebugFunc
        @@ -210,6 +211,7 @@ A:link, A:visited, A:active { text-decoration: underline } CHECK_STOPPEDE
        _xsltCompilerCtxt
        _xsltFormatNumberInfo
        +_xsltStylesheet
        xsltDebug
        xsltDocumentElem
        xsltGetProfileInformation
        diff --git a/doc/APIconstructors.html b/doc/APIconstructors.html index 3d48cf46..6a4c5bd4 100644 --- a/doc/APIconstructors.html +++ b/doc/APIconstructors.html @@ -46,6 +46,7 @@ A:link, A:visited, A:active { text-decoration: underline } xsltGetPlainNamespace
        xsltGetSpecialNamespace

        Type xmlXPathCompExprPtr:

        xsltXPathCompile
        +xsltXPathCompileFlags

        Type xmlXPathError:

        xsltFormatNumberConversion

        Type xmlXPathFunction:

        xsltExtModuleFunctionLookup
        xsltXPathFunctionLookup
        diff --git a/doc/APIfiles.html b/doc/APIfiles.html index d199166d..3326581d 100644 --- a/doc/APIfiles.html +++ b/doc/APIfiles.html @@ -109,7 +109,8 @@ A:link, A:visited, A:active { text-decoration: underline } xsltGetPlainNamespace
        xsltGetSpecialNamespace
        xsltNamespaceAlias
        -

        Module numbersInternals:

        _xsltFormatNumberInfo
        +

        Module numbersInternals:

        _xsltCompMatch
        +_xsltFormatNumberInfo
        _xsltNumberData
        xsltFormatNumberInfo
        xsltFormatNumberInfoPtr
        @@ -490,6 +491,7 @@ A:link, A:visited, A:active { text-decoration: underline } _REENTRANT

        Module xsltlocale:

        XSLT_LOCALE_NONE
        xsltFreeLocale
        +xsltFreeLocales
        xsltLocale
        xsltLocaleChar
        xsltLocaleStrcmp
        @@ -577,4 +579,5 @@ A:link, A:visited, A:active { text-decoration: underline } xsltTimestamp
        xsltTransformError
        xsltXPathCompile
        +xsltXPathCompileFlags

        Daniel Veillard

    diff --git a/doc/APIfunctions.html b/doc/APIfunctions.html index 663a799f..40f580b4 100644 --- a/doc/APIfunctions.html +++ b/doc/APIfunctions.html @@ -79,6 +79,7 @@ A:link, A:visited, A:active { text-decoration: underline } xsltUnregisterExtModuleTopLevel
    xsltVariableLookup
    xsltXPathCompile
    +xsltXPathCompileFlags
    xsltXPathFunctionLookup
    xsltXPathVariableLookup

    Type const xmlChar **:

    xsltGetQNameURI2
    @@ -383,6 +384,7 @@ A:link, A:visited, A:active { text-decoration: underline } xsltTopLevelFunction
    xsltTransformError
    xsltXPathCompile
    +xsltXPathCompileFlags

    Type xsltTemplatePtr:

    xslAddCall
    xslHandleDebugger
    xsltAddCallCallback
    diff --git a/doc/APIsymbols.html b/doc/APIsymbols.html index d6da485d..9524a779 100644 --- a/doc/APIsymbols.html +++ b/doc/APIsymbols.html @@ -136,6 +136,7 @@ A:link, A:visited, A:active { text-decoration: underline } XSLT_XALAN_NAMESPACE
    XSLT_XT_NAMESPACE

    Letter _:

    _REENTRANT
    +_xsltCompMatch
    _xsltCompilerCtxt
    _xsltCompilerNodeInfo
    _xsltDecimalFormat
    @@ -298,6 +299,7 @@ A:link, A:visited, A:active { text-decoration: underline } xsltFreeGlobalVariables
    xsltFreeKeys
    xsltFreeLocale
    +xsltFreeLocales
    xsltFreeNamespaceAliasHashes
    xsltFreeRVTs
    xsltFreeSecurityPrefs
    @@ -359,6 +361,7 @@ A:link, A:visited, A:active { text-decoration: underline } xsltLocaleStrcmp
    xsltMatchPattern
    xsltMaxDepth
    +xsltMaxVars
    xsltMessage
    xsltNamespaceAlias
    xsltNeedElemSpaceHandling
    @@ -572,6 +575,7 @@ A:link, A:visited, A:active { text-decoration: underline } xsltVarInfoPtr
    xsltVariableLookup
    xsltXPathCompile
    +xsltXPathCompileFlags
    xsltXPathFunctionLookup
    xsltXPathGetTransformContext
    xsltXPathVariableLookup
    diff --git a/doc/FAQ.html b/doc/FAQ.html index 904ce1cb..17b8c338 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -8,7 +8,8 @@ H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } FAQ
    Action against software patentsGNOME2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for GNOME

    FAQ

    Main Menu
    Related links
    API Indexes
    1. Troubles compiling or linking programs using libxslt + Tutorial2
    2. Man page for xsltproc
    3. Mail archive
    4. XML libxml2
    5. FTP
    6. Windows binaries
    7. Solaris binaries
    8. MacOsX binaries
    9. Bug Tracker
    10. lxml Python bindings
    11. Perl XSLT bindings
    12. XSLT with PHP
    13. Apache module
    14. Pascal bindings
    15. Xsldbg Debugger
    API Indexes
      +
    1. Troubles compiling or linking programs using libxslt

      Usually the problem comes from the fact that the compiler doesn't get the right compilation or linking flags. There is a small shell script xslt-config which is installed as part of libxslt usual diff --git a/doc/bugs.html b/doc/bugs.html index 08792aa9..8beb6ef1 100644 --- a/doc/bugs.html +++ b/doc/bugs.html @@ -9,7 +9,8 @@ H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } Reporting bugs and getting help
      Action against software patentsGNOME2 LogoW3C logoRed Hat Logo
      Made with Libxslt Logo

      The XSLT C library for GNOME

      Reporting bugs and getting help

      Main Menu
      Related links
      API Indexes

      If you need help with the XSLT language itself, here are a number of -useful resources:

      • I strongly suggest to subscribe to XSL-list, check the XSL-list +useful resources:

          +
        • I strongly suggest to subscribe to XSL-list, check the XSL-list archives
        • The XSL FAQ.
        • The tutorial @@ -54,7 +55,8 @@ likely to be answered if they made it to the list, DO NOT post to the list from an email address where such legal requirements are automatically added, get private paying support if you can't share information.

          Check the following too before -posting:

          • use the search engine to get information +posting:

              +
            • use the search engine to get information related to your problem.
            • make sure you are using a recent version, and that the problem still shows up in those
            • @@ -71,7 +73,8 @@ posting:

              Then send the bug with associated information to reproduce it to the xslt@gnome.org list; if it's really libxslt related I will approve it. Please do not send mail to me directly, it makes things really hard to track and in some cases I am not the best person to -answer a given question, ask on the list.

              To be really clear about support:

              • Support or help request MUST be sent to +answer a given question, ask on the list.

                To be really clear about support:

                  +
                • Support or help request MUST be sent to the list or on bugzilla in case of problems, so that the Question and Answers can be shared publicly. Failing to do so carries the implicit message "I want free support but I don't want to share the benefits with diff --git a/doc/contribs.html b/doc/contribs.html index 0e3e4a78..e9b057cd 100644 --- a/doc/contribs.html +++ b/doc/contribs.html @@ -8,7 +8,8 @@ H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } Contributions
                  Action against software patentsGNOME2 LogoW3C logoRed Hat Logo
                  Made with Libxslt Logo

                  The XSLT C library for GNOME

                  Contributions

                  Main Menu
                  Related links
                  API Indexes
                  API Indexes
                    +
                  • Bjorn Reese is the author of the number support and worked on the XSLTMark support
                  • William Brack was an early adopted, contributed a number of patches and spent quite some time debugging non-trivial problems in early versions of diff --git a/doc/docbook.html b/doc/docbook.html index 0c62c6fa..957b9e8f 100644 --- a/doc/docbook.html +++ b/doc/docbook.html @@ -12,7 +12,8 @@ A:link, A:visited, A:active { text-decoration: underline } XML/SGML vocabulary particularly well suited to books and papers about computer hardware and software.

                    xsltproc and libxslt are not specifically dependant on DocBook, but since a lot of people use xsltproc and libxml2 for DocBook formatting, here are a -few pointers and information which may be helpful:

                    • The DocBook +few pointers and information which may be helpful:

                        +
                      • The DocBook homepage at Oasis you should find pointers there on all the lastest versions of the DTDs and XSLT stylesheets
                      • DocBook: The Definitive Guide is @@ -49,7 +50,8 @@ few pointers and information which may be helpful:

                        • The XML Catalog page to understand more on this subject.
                        • diff --git a/doc/docs.html b/doc/docs.html index df174864..97a48f40 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -8,7 +8,8 @@ H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } Documentation
                          Action against software patentsGNOME2 LogoW3C logoRed Hat Logo
                          Made with Libxslt Logo

                          The XSLT C library for GNOME

                          Documentation

                          Main Menu
                          Related links
                          API Indexes

                          There are some on-line resources about using libxslt:

                          1. Check the API + Tutorial2
                          2. Man page for xsltproc
                          3. Mail archive
                          4. XML libxml2
                          5. FTP
                          6. Windows binaries
                          7. Solaris binaries
                          8. MacOsX binaries
                          9. Bug Tracker
                          10. lxml Python bindings
                          11. Perl XSLT bindings
                          12. XSLT with PHP
                          13. Apache module
                          14. Pascal bindings
                          15. Xsldbg Debugger
                          API Indexes

                          There are some on-line resources about using libxslt:

                            +
                          1. Check the API documentation automatically extracted from code comments (using the program apibuild.py, developed for libxml, together with the xsl script 'newapi.xsl' and the libxslt xsltproc program).
                          2. diff --git a/doc/downloads.html b/doc/downloads.html index 089fd993..8f868a0c 100644 --- a/doc/downloads.html +++ b/doc/downloads.html @@ -17,10 +17,12 @@ the Windows port, binaries. CSW provides Solaris binaries, and Steve Ball provides Mac Os X -binaries.

                            Snapshot:

                            • Code from the GNOME GIT base libxslt module, updated hourly libxslt-git-snapshot.tar.gz.
                            • +binaries.

                              Snapshot:

                              Contribs:

                              I do accept external contributions, especially if compiling on another platform, get in touch with me to upload the package. I will keep them in the -contrib directory

                              Libxslt is also available from GIT:

                              • See libxslt Git web. +contrib directory

                                Libxslt is also available from GIT:

                                  +
                                • See libxslt Git web. To checkout a local tree use:

                                  git clone git://git.gnome.org/libxslt
                                • diff --git a/doc/extensions.html b/doc/extensions.html index 15cbc96e..30fa4c84 100644 --- a/doc/extensions.html +++ b/doc/extensions.html @@ -8,7 +8,8 @@ H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } Writing extensions
                                  Action against software patentsGNOME2 LogoW3C logoRed Hat Logo
                                  Made with Libxslt Logo

                                  The XSLT C library for GNOME

                                  Writing extensions

                                  Main Menu
                                  Related links
                                  API Indexes

                                  Table of content

                                  API Indexes

                                  Table of content

                                    +
                                  • Introduction
                                  • Basics
                                  • Extension modules
                                  • Registering a module
                                  • @@ -31,7 +32,8 @@ A:link, A:visited, A:active { text-decoration: underline } standard XSLT library for use with libxslt, the XSLT C library developed for the GNOME project.

                                    Before starting reading this document it is highly recommended to get familiar with the libxslt internals.

                                    Note: this documentation is by definition incomplete and I am not good at spelling, grammar, so patches and suggestions are really welcome.

                                    Basics

                                    The XSLT specification provides -two ways to extend an XSLT engine:

                                    • providing new extension +two ways to extend an XSLT engine:

                                        +
                                      • providing new extension functions which can be called from XPath expressions
                                      • providing new extension elements which can be inserted in stylesheets
                                      • @@ -47,7 +49,8 @@ most of the APIs work at a module point of view.

                                        Registration of new funct the module. This is currently done by declaring the namespace as an extension by using the attribute extension-element-prefixes on the xsl:stylesheet -element.

                                        An extension module is defined by 3 objects:

                                        • the namespace name associated
                                        • +element.

                                          An extension module is defined by 3 objects:

                                            +
                                          • the namespace name associated
                                          • an initialization function
                                          • a shutdown function

                                          Registering a module

                                          Currently a libxslt module has to be compiled within the application using @@ -72,7 +75,8 @@ function:

                                          /**
                                            * transformation
                                            */
                                           typedef void *(*xsltExtInitFunction)(xsltTransformContextPtr ctxt,
                                          -                                     const xmlChar *URI);

                                          There are 3 things to notice:

                                          • The function gets passed the namespace name URI as an argument. This + const xmlChar *URI);

                                            There are 3 things to notice:

                                              +
                                            • The function gets passed the namespace name URI as an argument. This allows a single function to provide the initialization for multiple logical modules.
                                            • It also gets passed a transformation context. The initialization is @@ -84,7 +88,8 @@ typedef void *(*xsltExtInitFunction)(xsltTransformContextPtr ctxt, database which should be kept and reused along with the transformation. NULL is a perfectly valid return; there is no way to indicate a failure at this level
                                            • -

                                            What this function is expected to do is:

                                            • prepare the context for this module (like opening the database +

                                            What this function is expected to do is:

                                              +
                                            • prepare the context for this module (like opening the database connection)
                                            • register the extensions specific to this module

                                            Registering an extension function

                                            There is a single call to do this registration:

                                            int xsltRegisterExtFunction(xsltTransformContextPtr ctxt,
                                            @@ -106,7 +111,8 @@ XPath function:

                                            /**
                                             
                                             typedef void (*xmlXPathEvalFunc)(xmlXPathParserContextPtr ctxt,
                                                                              int nargs);

                                            The context passed to an XPath function is not an XSLT context but an XPath context. However it is possible to -find one from the other:

                                            • The function xsltXPathGetTransformContext provides this lookup facility: +find one from the other:

                                                +
                                              • The function xsltXPathGetTransformContext provides this lookup facility:
                                                xsltTransformContextPtr
                                                          xsltXPathGetTransformContext
                                                                           (xmlXPathParserContextPtr ctxt);
                                                @@ -134,7 +140,8 @@ exported either in <libxml/xpath.h> or in this module instance (the database connection in the previous example) this can be done using the xsltGetExtData:

                                                void * xsltGetExtData(xsltTransformContextPtr ctxt,
                                                                       const xmlChar *URI);

                                                Again the URI to be provided is the one which was used when registering -the module.

                                                Once the function finishes, don't forget to:

                                                • push the return value on the stack using valuePush(ctxt, +the module.

                                                  Once the function finishes, don't forget to:

                                                    +
                                                  • push the return value on the stack using valuePush(ctxt, obj)
                                                  • deallocate the parameters passed to the function using xmlXPathFreeObject(obj)
                                                  • @@ -269,7 +276,8 @@ typedef void (*xsltExtShutdownFunction) (xsltTransformContextPtr ctxt, void *data);

                                            This is really similar to a module initialization function except a third argument is passed, it's the value that was returned by the initialization function. This allows the routine to deallocate resources from the module for -example close the connection to the database to keep the same example.

                                            Future work

                                            Well, some of the pieces missing:

                                  diff --git a/doc/index.html b/doc/index.html index 2eb3503d..38781e02 100644 --- a/doc/index.html +++ b/doc/index.html @@ -1,5 +1,8 @@ + + + Library internals
                                  Action against software patentsGNOME2 LogoW3C logoRed Hat Logo
                                  Made with Libxslt Logo

                                  The XSLT C library for GNOME

                                  Library internals

                                  Main Menu
                                  Related links
                                  API Indexes

                                  Table of contents

                                  API Indexes

                                  Table of contents

                                  Introduction

                                  This document describes the processing of libxslt, the XSLT C library developed for the GNOME project.

                                  Note: this documentation is by definition incomplete and I am not good at spelling, grammar, so patches and suggestions are really welcome.

                                  Basics

                                  XSLT is a transformation language. It takes an input document and a stylesheet document and generates an output document:

                                  the XSLT processing model

                                  Libxslt is written in C. It relies on libxml, the XML C library for GNOME, for -the following operations:

                                  • parsing files
                                  • +the following operations:

                                      +
                                    • parsing files
                                    • building the in-memory DOM structure associated with the documents handled
                                    • the XPath implementation
                                    • @@ -46,7 +48,8 @@ the input tree from a serialization progressively as it is consumed, factoring repetitive patterns, or even on-the-fly generation of the output as the input is parsed but it is possible only for a limited subset of the stylesheets. In general the implementation of libxslt follows the following -pattern:

                                      • KISS (keep it simple stupid)
                                      • +pattern:

                                          +
                                        • KISS (keep it simple stupid)
                                        • when there is a clear bottleneck optimize on top of this simple framework and refine only as much as is needed to reach the expected result
                                        • @@ -58,12 +61,14 @@ keep this a flexible interface) and hence avoid the memory consumption of the result.

                                          The libxml nodes

                                          DOM-like trees, as used and generated by libxml and libxslt, are relatively complex. Most node types follow the given structure except a few variations depending on the node type:

                                          description of a libxml node

                                          Nodes carry a name and the node type -indicates the kind of node it represents, the most common ones are:

                                          • document nodes
                                          • +indicates the kind of node it represents, the most common ones are:

                                              +
                                            • document nodes
                                            • element nodes
                                            • text nodes

                                            For the XSLT processing, entity nodes should not be generated (i.e. they should be replaced by their content). Most nodes also contains the following -"navigation" information:

                                            • the containing document
                                            • +"navigation" information:

                                                +
                                              • the containing document
                                              • the parent node
                                              • the first children node
                                              • the last children node
                                              • @@ -76,14 +81,16 @@ entities references).

                                                The ns points to the namespace decl namespace associated to the node, nsDef is the linked list of namespace declaration present on element nodes.

                                                Most nodes also carry an _private pointer which can be used by the application to hold specific data on this node.

                                                The XSLT processing steps

                                                There are a few steps which are clearly decoupled at the interface -level:

                                                1. parse the stylesheet and generate a DOM tree
                                                2. +level:

                                                    +
                                                  1. parse the stylesheet and generate a DOM tree
                                                  2. take the stylesheet tree and build a compiled version of it (the compilation phase)
                                                  3. take the input and generate a DOM tree
                                                  4. process the stylesheet against the input tree and generate an output tree
                                                  5. serialize the output tree
                                                  6. -

                                                  A few things should be noted here:

                                                  • the steps 1/ 3/ and 5/ are optional: the DOM representing the +

                                                A few things should be noted here:

                                                  +
                                                • the steps 1/ 3/ and 5/ are optional: the DOM representing the stylesheet and input can be created by other means, not just by parsing serialized XML documents, and similarly the result tree DOM can be made available to other processeswithout being serialized. @@ -142,7 +149,8 @@ etc. Those are stored independently in the stylesheet structure as separate linked lists of xsltCompMatch.

                                                  The processing itself

                                                  The processing is defined by the XSLT specification (the basis of the algorithm is explained in the Introduction section). Basically it works by taking the root of the input document -as the cureent node and applying the following algorithm:

                                                  1. Finding the template applying to current node. +as the cureent node and applying the following algorithm:

                                                      +
                                                    1. Finding the template applying to current node. This is a lookup in the template hash table, walking the hash list until the node satisfies all the steps of the pattern, then checking the appropriate global template(s) (i.e. templates applying to a node type) @@ -150,13 +158,15 @@ as the cureent node and applying the following algorithm:

                                                      1. Finding the
                                                      2. If there is no template, apply the default rule (recurse on the children as the current node)
                                                      3. else walk the content list of the selected templates, for each of them: -
                                                        • if the node is in the XSLT namespace then the node has a _private +
                                                            +
                                                          • if the node is in the XSLT namespace then the node has a _private field pointing to the preprocessed values, jump to the specific code
                                                          • if the node is in an extension namespace, look up the associated behavior
                                                          • otherwise copy the node.
                                                          • -

                                                          The closure is usually done through the XSLT +

                                                        +

                                                        The closure is usually done through the XSLT apply-templatesconstruct, which invokes this process recursively starting at step 1, to find the appropriate template for the nodes selected by the 'select' attribute of the apply-templates @@ -167,7 +177,8 @@ as the cureent node and applying the following algorithm:

                                                        1. Finding the stylesheet and that conversely some may be processed multiple times. (This often is the case when a Table of Contents is built).

                                                          The module transform.c is the one implementing most of this logic. xsltApplyStylesheet() is the entry point, it -allocates an xsltTransformContext containing the following:

                                                          • a pointer to the stylesheet being processed
                                                          • +allocates an xsltTransformContext containing the following:

                                                              +
                                                            • a pointer to the stylesheet being processed
                                                            • a stack of templates
                                                            • a stack of variables and parameters
                                                            • an XPath context
                                                            • @@ -215,7 +226,8 @@ the KISS approach again. It's recursive and calls evaluating a COLLECT node.

                                                              An evaluation is done within the framework of an XPath context stored in an xmlXPathContext structure, in the framework of a transformation the context is maintained within the XSLT context. Its content -follows the requirements from the XPath specification:

                                                              • the current document
                                                              • +follows the requirements from the XPath specification:

                                                                  +
                                                                • the current document
                                                                • the current node
                                                                • a hash table of defined variables (but not used by XSLT, which uses its own stack frame for variables, described below)
                                                                • @@ -249,7 +261,8 @@ function hash table linked from the XPath context. They all share the same signature:

                                                                  void xmlXPathFunc (xmlXPathParserContextPtr ctxt, int nargs);

                                                                  The first argument is the XPath interpretation context, holding the interpretation stack. The second argument defines the number of objects passed on the stack for the function to consume (last argument is on top of -the stack).

                                                                  Basically an XPath function does the following:

                                                                  • check nargs for proper handling of errors or functions +the stack).

                                                                    Basically an XPath function does the following:

                                                                      +
                                                                    • check nargs for proper handling of errors or functions with variable numbers of parameters
                                                                    • pop the parameters from the stack using obj = valuePop(ctxt);
                                                                    • @@ -279,7 +292,8 @@ libxslt.

                                                                      The libxml documentation, espec execution time. Similarly for the attribute value templates handling, at least the embedded subexpressions ought to be precompiled.

                                                                      Allow output to be saved to a SAX like output (this notion of SAX like API for output should be added directly to libxml).

                                                                      Implement and test some of the optimization explained by Michael Kay -especially:

                                                                      • static slot allocation on the stack frame
                                                                      • +especially:

                                                                          +
                                                                        • static slot allocation on the stack frame
                                                                        • specific boolean interpretation of an XPath expression
                                                                        • some of the sorting optimization
                                                                        • Lazy evaluation of location path. (this may require more changes but diff --git a/doc/intro.html b/doc/intro.html index f0ea9498..0243ecee 100644 --- a/doc/intro.html +++ b/doc/intro.html @@ -10,7 +10,8 @@ A:link, A:visited, A:active { text-decoration: underline } Introduction
                                                                          Action against software patentsGNOME2 LogoW3C logoRed Hat Logo
                                                                          Made with Libxslt Logo

                                                                          The XSLT C library for GNOME

                                                                          Introduction

                                                                          Main Menu
                                                                          Related links
                                                                          API Indexes

                                                                          This document describes libxslt, the XSLT C library developed for the -GNOME project.

                                                                          Here are some key points about libxslt:

                                                                          • Libxslt is a C implementation
                                                                          • +GNOME project.

                                                                            Here are some key points about libxslt:

                                                                              +
                                                                            • Libxslt is a C implementation
                                                                            • Libxslt is based on libxml for XML parsing, tree manipulation and XPath support
                                                                            • It is written in plain C, making as few assumptions as possible, and diff --git a/doc/libxslt-api.xml b/doc/libxslt-api.xml index fbc32de9..4c78f2aa 100644 --- a/doc/libxslt-api.xml +++ b/doc/libxslt-api.xml @@ -151,6 +151,7 @@ + @@ -582,6 +583,7 @@ + set of utilities for the XSLT engine @@ -661,6 +663,7 @@ + @@ -910,7 +913,8 @@ - + + @@ -1095,7 +1099,9 @@ corresponding to this item end of common part'/> - + + @@ -1428,7 +1434,9 @@ TODO: We need to get rid of this. - + + @@ -1449,6 +1457,10 @@ TODO: We need to get rid of this. + + + + @@ -1538,6 +1550,8 @@ exits'/> + + @@ -2157,6 +2171,10 @@ exits'/> + + Cleanup function for the locale support on shutdown + + Free up the memory used by namespaces aliases @@ -3168,6 +3186,13 @@ exits'/> + + Compile an XPath expression + + + + + This is the entry point when a function is needed by the XPath interpretor. diff --git a/doc/libxslt-refs.xml b/doc/libxslt-refs.xml index 33adb261..43e07f74 100644 --- a/doc/libxslt-refs.xml +++ b/doc/libxslt-refs.xml @@ -129,6 +129,7 @@ + @@ -291,6 +292,7 @@ + @@ -566,6 +568,7 @@ + @@ -713,6 +716,7 @@ + @@ -877,6 +881,7 @@ + @@ -1152,6 +1157,7 @@ + @@ -1220,6 +1226,7 @@ + @@ -1385,6 +1392,7 @@ + @@ -1789,6 +1797,7 @@ + @@ -2045,6 +2054,7 @@ + @@ -2446,6 +2456,7 @@ + @@ -2535,6 +2546,7 @@ + @@ -2648,6 +2660,7 @@ + @@ -2661,6 +2674,7 @@ + @@ -2813,6 +2827,9 @@ + + + @@ -3342,6 +3359,7 @@ + @@ -4138,6 +4156,7 @@ + @@ -4300,6 +4319,7 @@ + @@ -4736,6 +4756,9 @@ + + + @@ -4945,6 +4968,7 @@ + @@ -4999,6 +5023,7 @@ + @@ -5083,6 +5108,9 @@ + + + @@ -5188,6 +5216,7 @@ + @@ -5204,34 +5233,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -5410,6 +5411,7 @@ + @@ -5448,6 +5450,9 @@ + + + @@ -5825,6 +5830,7 @@ + @@ -5891,6 +5897,7 @@ + @@ -6302,6 +6309,7 @@ + @@ -6326,6 +6334,9 @@ + + + @@ -6566,6 +6577,7 @@ + @@ -6781,6 +6793,7 @@ + @@ -7039,6 +7052,7 @@ + @@ -7250,6 +7264,7 @@ + @@ -7381,6 +7396,7 @@ + @@ -7626,6 +7642,9 @@ + + + @@ -7671,6 +7690,7 @@ + @@ -7681,6 +7701,7 @@ + @@ -8305,6 +8326,7 @@ + diff --git a/doc/libxslt.xsa b/doc/libxslt.xsa index 8a92b7ad..ad3aaf21 100644 --- a/doc/libxslt.xsa +++ b/doc/libxslt.xsa @@ -8,64 +8,16 @@ libxslt - 1.1.25 - Sep 17 2009 + 1.1.26 + Sep 24 2009 http://xmlsoft.org/XSLT/ - - Features: - Add API versioning and various cleanups (Daniel Veillard), - xsl:sort lang support using the locale (Nick Wellnhofer and Roumen Petrov) - - - Documentation: - Fix the download links for Solaris (Daniel Veillard), - Fix makefile and spec file to include doc in rpm (Daniel Veillard) - - - Portability: - Make sure testThreads is linked with pthreads (Daniel Veillard), - Fix potential crash on debug of extensions Solaris (Ben Walton), - applied patch from Roumen Petrov for mingw cross compilation problems (Roumen Petrov), - patch from Richard Jones to build shared libs with MinGW cross-compiler (Richard Jones), - fix include path when compiling with MinGW (Roumen Petrov), - portability fixes ( Nick Wellnhofer and Roumen Petrov) + - Improvement: + Add xsltProcessOneNode to exported symbols for lxml (Daniel Veillard) - Bug fixes: - Big fixes of pattern compilations (Nick Wellnhofer), - Fix uses of xmlAddChild for error handling (Daniel Veillard), - Detect deep recusion on function calls (Daniel Veillard), - Avoid an error in namespace generation (Martin), - Fix importing of encoding from included stylesheets (Nick Wellnhofer), - Fix problems with embedded stylesheets and namespaces (Martin), - QName parsing fix for patterns (Martin), - Crash compiling stylesheet with DTD (Martin), - Fix xsl:strip-space with namespace and wildcard (Nick Wellnhofer), - Fix a mutex deadlock on unregistered extensions (Nix), - 567192 xsltproc --output option ignore --xinclude (Joachim Breitner), - Fix redundant headers in list (Daniel Veillard), - 134754 Configure's --with-html-dir related fixes (Julio M. Merino Vidal), - 305913 a serious problem in extensions reentrancy (Daniel Veillard), - Fix an idness issue when building the tree (Daniel Veillard), - Fixed indexing error reported by Ron Burk on the mailing list. (William M. Brack), - prevent some unchecked pointer accesses (Jake Goulding), - fix for CVE-2008-2935 libexslt RC4 encryption/decryption functions Daniel (Daniel Veillard), - avoid a quadratic behaviour when hitting duplicates (Daniel Veillard), - 544829 fixed option --with-debugger (Arun Ragnavan), - 541965 fixed incorrect argument popping in exsltMathAtan2Function (William M. Brack), - fix problem with string check for element-available (Ron Burk), - 539741 added code to handle literal within an AVT (William M. Brack) - - - Improvements: - Allow use of EXSLT outside XSLT (Martin), - Support Esperanto locale (Nick Wellnhofer), - Change how attributes are copied for id and speed (Daniel Veillard), - Add API versioning and various cleanups (Daniel Veillard), - Adding a test program to check thread reentrancy (Daniel Veillard), - big patch from finishing xsl:sort lang support (Roumen Petrov), - add xsl:sort lang support using the locale (Nick Wellnhofer) - - - Cleanups: - Label xsltProcessOneNode as static (Daniel Veillard), - git setup (Daniel Veillard), - fixed typo detected by new libxml2 code (William M. Brack), - xsltExtFunctionLookup was defined but never implemented (Ralf Junker) + Fix an idness generation problem (Daniel Veillard), + 595612 Try to fix some locking problems (Daniel Veillard), + Fix a crash on misformed imported stylesheets (Daniel Veillard) diff --git a/doc/news.html b/doc/news.html index fef6d58d..15ae10d1 100644 --- a/doc/news.html +++ b/doc/news.html @@ -8,8 +8,95 @@ H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } News
                                                                              Action against software patentsGNOME2 LogoW3C logoRed Hat Logo
                                                                              Made with Libxslt Logo

                                                                              The XSLT C library for GNOME

                                                                              News

                                                                              Main Menu
                                                                              Related links
                                                                              API Indexes

                                                                              The change log describes the recents commits -to the SVN code base.

                                                                              Those are the public releases made:

                                                                              1.1.26: Sep 24 2009

                                                                              API Indexes

                                                                              See the git page +to get a description of the recent commits.

                                                                              Those are the public releases made:

                                                                              1.1.27: Sep 12 2012

                                                                                +
                                                                              • Portability:
                                                                                + xincludestyle wasn't protected with LIBXML_XINCLUDE_ENABLED (Michael Bonfils),
                                                                                + Portability fix for testThreads.c (IlyaS),
                                                                                + FreeBSD portability fixes (Pedro F. Giffuni),
                                                                                + check for gmtime - on mingw* hosts will enable date-time function (Roumen Petrov),
                                                                                + use only native crypto-API for mingw* hosts (Roumen Petrov),
                                                                                + autogen: Only check for libtoolize (Colin Walters),
                                                                                + minimal mingw support (Roumen Petrov),
                                                                                + configure: acconfig.h is deprecated since autoconf-2.50 (Stefan Kost),
                                                                                + Fix a small out of tree compilation issue (Hao Hu),
                                                                                + Fix python generator to not use deprecated xmllib (Daniel Veillard),
                                                                                + link python module with python library (Frederic Crozat)
                                                                                +
                                                                              • + +
                                                                              • Documentation:
                                                                                + Tiny doc improvement (Daniel Veillard),
                                                                                + Various documentation fixes for docs on internals (C. M. Sperberg-McQueen)
                                                                                +
                                                                              • + +
                                                                              • Bug fixes:
                                                                                + Report errors on variable use in key (Daniel Veillard),
                                                                                + The XSLT namespace string is a constant one (Daniel Veillard),
                                                                                + Fix handling of names in xsl:attribute (Nick Wellnhofer),
                                                                                + Reserved namespaces in xsl:element and xsl:attribute (Nick Wellnhofer),
                                                                                + Null-terminate result string of cry:rc4_decrypt (Nick Wellnhofer),
                                                                                + EXSLT date normalization fix (James Muscat),
                                                                                + Exit after compilation of invalid func:result (Nick Wellnhofer),
                                                                                + Fix for EXSLT func:function (Nick Wellnhofer),
                                                                                + Rewrite EXSLT string:replace to be conformant (Nick Wellnhofer),
                                                                                + Avoid a heap use after free error (Chris Evans),
                                                                                + Fix a dictionary string usage (Chris Evans),
                                                                                + Output should not include extraneous newlines when indent is off (Laurence Rowe),
                                                                                + document('') fails to return stylesheets parsed from memory (Jason Viers),
                                                                                + xsltproc should return an error code if xinclude fails (Malcolm Purvis),
                                                                                + Forwards-compatible processing of unknown top level elements (Nick Wellnhofer),
                                                                                + Fix system-property with unknown namespace (Nick Wellnhofer),
                                                                                + Hardening of code checking node types in EXSLT (Daniel Veillard),
                                                                                + Hardening of code checking node types in various entry point (Daniel Veillard),
                                                                                + Cleanup of the pattern compilation code (Daniel Veillard),
                                                                                + Fix default template processing on namespace nodes (Daniel Veillard),
                                                                                + Fix a bug in selecting XSLT elements (Daniel Veillard),
                                                                                + Fixed bug #616839 (Daniel Mustieles),
                                                                                + Fix some case of pattern parsing errors (Abhishek Arya),
                                                                                + preproc: fix the build (Stefan Kost),
                                                                                + Fix a memory leak with xsl:number (Daniel Veillard),
                                                                                + Fix a problem with ESXLT date:add() with January (money_seshu Dronamraju),
                                                                                + Fix a memory leak if compiled with Windows locale support (Daniel Veillard),
                                                                                + Fix generate-id() to not expose object addresses (Daniel Veillard),
                                                                                + Fix curlies support in literals for non-compiled AVTs (Nick Wellnhofer),
                                                                                + Allow whitespace in xsl:variable with select (Nick Wellnhofer),
                                                                                + Small fixes to locale code (Nick Wellnhofer),
                                                                                + Fix bug 602515 (Nick Wellnhofer),
                                                                                + Fix popping of vars in xsltCompilerNodePop (Nick Wellnhofer),
                                                                                + Fix direct pattern matching bug (Nick Wellnhofer)
                                                                                +
                                                                              • + +
                                                                              • Improvements:
                                                                                + Add the saxon:systemId extension (Mike Hommey),
                                                                                + Add an append mode to document output (Daniel Veillard),
                                                                                + Add new tests to EXTRA_DIST (Nick Wellnhofer),
                                                                                + Test for bug #680920 (Nick Wellnhofer),
                                                                                + fix regresson in Various "make distcheck" and other fixes (Roumen Petrov),
                                                                                + Various "make distcheck" and other fixes (Daniel Richard G),
                                                                                + Fix portability to upcoming libxml2-2.9.0 (Daniel Veillard),
                                                                                + Adding --system flag support to autogen.sh (Daniel Veillard),
                                                                                + Allow per-context override of xsltMaxDepth, introduce xsltMaxVars (Jérôme Carretero),
                                                                                + autogen.sh: Honor NOCONFIGURE environment variable (Colin Walters),
                                                                                + configure: support silent automake rules if possible (Stefan Kost),
                                                                                + Precompile patterns in xsl:number (Nick Wellnhofer),
                                                                                + Fix some warnings in the refactored code (Nick Wellnhofer),
                                                                                + Adding new generated files (Daniel Veillard),
                                                                                + profiling: add callgraph report (Stefan Kost)
                                                                                +
                                                                              • + +
                                                                              • Cleanups:
                                                                                + Big space and tabs cleanup (Daniel Veillard),
                                                                                + Fix authors list (Daniel Veillard),
                                                                                + Cleanups some of the test makefiles (Daniel Richard),
                                                                                + Remove .cvsignore files which are not needed anymore (Daniel Veillard),
                                                                                + Cleanup some misplaced spaces and tabs (Daniel Veillard),
                                                                                + Augment list of ignored files (Daniel Veillard),
                                                                                + configure: remove checks for isinf and isnan as those are not used anyway (Stefan Kost),
                                                                                + Point to GIT for source code and a bit of cleanup (Daniel Veillard),
                                                                                + Get rid of specific build setup and STATIC_BINARIES (Daniel Veillard)
                                                                                +
                                                                              • +

                                                                              1.1.26: Sep 24 2009

                                                                                +
                                                                              • Improvement: Add xsltProcessOneNode to exported symbols for lxml (Daniel Veillard)
                                                                              • Bug fixes: @@ -17,7 +104,8 @@ to the SVN code base.< 595612 Try to fix some locking problems (Daniel Veillard), Fix a crash on misformed imported stylesheets (Daniel Veillard)
                                                                              • -

                                                                              1.1.25: Sep 17 2009

                                                                              • Features: +

                                                                              1.1.25: Sep 17 2009

                                                                                +
                                                                              • Features: Add API versioning and various cleanups (Daniel Veillard), xsl:sort lang support using the locale (Nick Wellnhofer and Roumen Petrov)
                                                                              • @@ -73,11 +161,13 @@ to the SVN code base.< fixed typo detected by new libxml2 code (William M. Brack), xsltExtFunctionLookup was defined but never implemented (Ralf Junker) -

                                                                              1.1.24: May 13 2008

                                                                              • Documentation: man page fix (Vincent Lefevre).
                                                                              • +

                                                                              1.1.24: May 13 2008

                                                                                +
                                                                              • Documentation: man page fix (Vincent Lefevre).
                                                                              • Bug fixes: pattern bug fix, key initialization problems, exclusion of unknown namespaced element on top of stylesheets, python generator syntactic cleanup (Martin)
                                                                              • -

                                                                              1.1.23: Apr 8 2008

                                                                              • Documentation: fix links for Cygwin DocBook setup (Philippe Bourcier), +

                                                                              1.1.23: Apr 8 2008

                                                                                +
                                                                              • Documentation: fix links for Cygwin DocBook setup (Philippe Bourcier), xsltParseStylesheetDoc doc fix (Jason Viers), fix manpage default maxdepth value
                                                                              • Bug fixes: python segfault (Daniel Gryniewicz), week-in-year bug fix @@ -89,14 +179,16 @@ to the SVN code base.< (William Brack), timezone offset problem (Peter Pawlowski),
                                                                              • Portability fixes: old gcrypt support fix (Brent Cowgill), Python portability patch (Stephane Bidoul), VS 2008 fix (Rob Richard)
                                                                              • -

                                                                              1.1.22: Aug 23 2007

                                                                              • Bug fixes: RVT cleanup problems (William Brack), exclude-result-prefix +

                                                                              1.1.22: Aug 23 2007

                                                                                +
                                                                              • Bug fixes: RVT cleanup problems (William Brack), exclude-result-prefix bug (William Brack), stylesheet compilation error handling (Rob Richards).
                                                                              • Portability fixes: improve build with VS2005 (Rob Richards), fixing build on AIX (Bjorn Wiberg), fix the security file checks on Windows (Roland Schwarz and Rob Richards).
                                                                              • Improvement: add an --encoding option to xsltproc (Drazen Kacar).
                                                                              • -

                                                                              1.1.21: Jun 12 2007

                                                                              • Bug fixes: out of memory allocation errors (William Brack), +

                                                                              1.1.21: Jun 12 2007

                                                                                +
                                                                              • Bug fixes: out of memory allocation errors (William Brack), namespace problem on compound predicates (William Brack), python space/tab inconsistencies (Andreas Hanke), hook xsl:message to per transformation error callbacks (Shaun McCance), @@ -106,7 +198,8 @@ to the SVN code base.< Brack)
                                                                              • Build: configure setup for TRIO_REPLACE_STDIO (William Brack)
                                                                              • Documentation: updated after change from CVs to SVN (William Brack)
                                                                              • -

                                                                              1.1.20: Jan 17 2007

                                                                              • Portability fixes: strict aliasing fix (Marcus Meissner), BSD portability +

                                                                              1.1.20: Jan 17 2007

                                                                                +
                                                                              • Portability fixes: strict aliasing fix (Marcus Meissner), BSD portability patches (Roland Illig)
                                                                              • Bug fixes: Result Value Tree handling fix (William Brack), function parameters fix (William), uninitialized variable (Kjartan Maraas), @@ -115,10 +208,12 @@ to the SVN code base.<
                                                                              • Improvements: python stylesheet compare and transform context access (Nic Ferrier), EXSLT string replace support (Joel Reed), xsltproc better low level error handling (Mike Hommey and William)
                                                                              • -

                                                                              1.1.19: Nov 29 2006

                                                                              • Bug fixes: entities within attributes (William Brack), Python detection +

                                                                              1.1.19: Nov 29 2006

                                                                                +
                                                                              • Bug fixes: entities within attributes (William Brack), Python detection problem (Joseph Sacco), in-scope namespace bug (Mike Hommey), Result value tree caching bug (William Brack)
                                                                              • -

                                                                              1.1.18: Oct 26 2006

                                                                              • portability and build fixes: DESTDIR problem, build paths in python +

                                                                              1.1.18: Oct 26 2006

                                                                                +
                                                                              • portability and build fixes: DESTDIR problem, build paths in python shared lib, compile when libxml2 doesn't support XInclude (Gary Coady).
                                                                              • bug fixes: a number of namespace related bugs (Kasimier Buchcik), parameters bugs (Kasimier Buchcik), proximity position in predicates @@ -137,12 +232,14 @@ to the SVN code base.<
                                                                              • documentation: xsltproc man pages (Daniel Leidert), tests updates (William Brack), various typo fixes (Daniel Leidert), comments on versions macros (Peter Breitenlohner).
                                                                              • -

                                                                              1.1.17: Jun 6 2006

                                                                              • portability fixes: python detection
                                                                              • +

                                                                              1.1.17: Jun 6 2006

                                                                                +
                                                                              • portability fixes: python detection
                                                                              • bug fixes: some regression tests, attribute/namespaces output (Kasimier Buchcik), problem in mixed xsl:value-of and xsl:text uses (Kasimier)
                                                                              • improvements: internal refactoring (Kasimier Buchcik), use of the XPath object cache in libxml2-2.6.25 (Kasimier)
                                                                              • -

                                                                              1.1.16: May 01 2006

                                                                              • portability fixes: EXSLT date/time on Solaris and IRIX (Albert Chin), +

                                                                              1.1.16: May 01 2006

                                                                                +
                                                                              • portability fixes: EXSLT date/time on Solaris and IRIX (Albert Chin), HP-UX build (Albert Chin),
                                                                              • build fixes: Python detection(Joseph Sacco), plugin configurei (Joel Reed)
                                                                              • @@ -155,7 +252,8 @@ to the SVN code base.<
                                                                              • improvement: speed up sortingi, start of internals refactoring (Kasimier Buchcik)
                                                                              • documentation: man page fixes and updates (Daniel Leidert) -

                                                                              1.1.15: Sep 04 2005

                                                                              • build fixes: Windows build cleanups and updates (Igor Zlatkovic), +

                                                                              1.1.15: Sep 04 2005

                                                                                +
                                                                              • build fixes: Windows build cleanups and updates (Igor Zlatkovic), remove jhbuild warnings
                                                                              • bug fixes: negative number formatting (William Brack), number formatting per mille definition (William Brack), XInclude default values @@ -165,7 +263,8 @@ to the SVN code base.<
                                                                              • improvements: EXSLT dyn:map (Mark Vakoc),
                                                                              • documentation: EXSLT date and time functions namespace in man (Jonathan Wakely)
                                                                              • -

                                                                              1.1.14: Apr 02 2005

                                                                              • bug fixes: text node on stylesheet document without a dictionary +

                                                                              1.1.14: Apr 02 2005

                                                                                +
                                                                              • bug fixes: text node on stylesheet document without a dictionary (William Brack), more checking of XSLT syntax, calling xsltInit() multiple times, mode values interning raised by Mark Vakoc, bug in pattern matching with ancestors, bug in patterna matching with cascading @@ -173,7 +272,8 @@ to the SVN code base.< (Mike Castle)
                                                                              • improvement: added a --nodict mode to xsltproc to check problems for docuemtns without dictionaries
                                                                              • -

                                                                              1.1.13: Mar 13 2005

                                                                              • build fixes: 64bits cleanup (William Brack), python 2.4 test (William), +

                                                                              1.1.13: Mar 13 2005

                                                                                +
                                                                              • build fixes: 64bits cleanup (William Brack), python 2.4 test (William), LIBXSLT_VERSION_EXTRA on Windows (William), Windows makefiles fixes (Joel Reed), libgcrypt-devel requires for RPM spec.
                                                                              • bug fixes: exslt day-of-week-in-month (Sal Paradise), xsl:call-template @@ -186,7 +286,8 @@ to the SVN code base.<
                                                                              • extensions: module support (Joel Reed), dictionary based speedups trying to get rid of xmlStrEqual as much as possible.
                                                                              • documentation: added Wiki (Joel Reed)
                                                                              • -

                                                                              1.1.12: Oct 29 2004

                                                                              • build fixes: warnings removal (William).
                                                                              • +

                                                                              1.1.12: Oct 29 2004

                                                                                +
                                                                              • build fixes: warnings removal (William).
                                                                              • bug fixes: attribute document pointer fix (Mark Vakoc), exslt date negative periods (William Brack), generated tree structure fixes, namespace lookup fix, use reentrant gmtime_r (William Brack), @@ -195,17 +296,20 @@ to the SVN code base.< documents.
                                                                              • documentation: update of the second tutorial (Panagiotis Louridas), add exslt doc in rpm packages, fix the xsltproc man page.
                                                                              • -

                                                                              1.1.11: Sep 29 2004

                                                                              • bug fixes: xsl:include problems (William Brack), UTF8 number pattern +

                                                                              1.1.11: Sep 29 2004

                                                                                +
                                                                              • bug fixes: xsl:include problems (William Brack), UTF8 number pattern (William), date-time validation (William), namespace fix (William), various Exslt date fixes (William), error callback fixes, leak with namespaced global variable, attempt to fix a weird problem #153137
                                                                              • improvements: exslt:date-sum tests (Derek Poon)
                                                                              • documentation: second tutorial by Panagiotis Lourida
                                                                              • -

                                                                              1.1.10: Aug 31 2004

                                                                              • build fix: NUL in c file blocking compilation on Solaris, Windows build +

                                                                              1.1.10: Aug 31 2004

                                                                                +
                                                                              • build fix: NUL in c file blocking compilation on Solaris, Windows build (Igor Zlatkovic)
                                                                              • fix: key initialization problem (William Brack)
                                                                              • documentation: fixed missing man page description for --path
                                                                              • -

                                                                              1.1.9: Aug 22 2004

                                                                              • build fixes: missing tests (William Brack), Python dependancies, Python +

                                                                              1.1.9: Aug 22 2004

                                                                                +
                                                                              • build fixes: missing tests (William Brack), Python dependancies, Python on 64bits boxes, --with-crypto flag (Rob Richards),
                                                                              • fixes: RVT key handling (William), Python binding (William and Sitsofe Wheeler), key and XPath troubles (William), template priority on imports @@ -216,7 +320,8 @@ to the SVN code base.< loading for David Hyatt, xsltproc --nodtdattr to avoid defaulting DTD attributes, extend xsltproc --version with CVS stamp (William).
                                                                              • Documentation: web page problem reported by Oliver Stoeneberg
                                                                              • -

                                                                              1.1.8: July 5 2004

                                                                              • build fixes: Windows runtime options (Oliver Stoeneberg), Windows +

                                                                              1.1.8: July 5 2004

                                                                                +
                                                                              • build fixes: Windows runtime options (Oliver Stoeneberg), Windows binary package layout (Igor Zlatkovic), libgcrypt version test and link (William)
                                                                              • documentation: fix libxslt namespace name in doc (William)
                                                                              • @@ -224,15 +329,18 @@ to the SVN code base.< (William), multiple namespace fixups (William), namespace fix for key evaluation (William), Python memory debug bindings,
                                                                              • improvements: crypto extensions for exslt (Joel Reed, William)
                                                                              • -

                                                                              1.1.7: May 17 2004

                                                                              • build fix: warning about localtime_r on Solaris
                                                                              • +

                                                                              1.1.7: May 17 2004

                                                                                +
                                                                              • build fix: warning about localtime_r on Solaris
                                                                              • bug fix: UTF8 string tokenize (William Brack), subtle memory corruption, linefeed after comment at document level (William), disable-output-escaping problem (William), pattern compilation in deep imported stylesheets (William), namespace extension prefix bug, libxslt.m4 bug (Edward Rudd), namespace lookup for attribute, namespaced DOCTYPE name
                                                                              • -

                                                                              1.1.6: Apr 18 2004

                                                                              • 2 bug fixes about keys fixed one by Mark Vakoc
                                                                              • -

                                                                              1.1.5: Mar 23 2004

                                                                              • performance: use dictionary lookup for variables
                                                                              • +

                                                                              1.1.6: Apr 18 2004

                                                                                +
                                                                              • 2 bug fixes about keys fixed one by Mark Vakoc
                                                                              • +

                                                                              1.1.5: Mar 23 2004

                                                                                +
                                                                              • performance: use dictionary lookup for variables
                                                                              • remove use of _private from source documents
                                                                              • cleanup of "make tests" output
                                                                              • bugfixes: AVT in local variables, use localtime_r to avoid thread @@ -241,11 +349,13 @@ to the SVN code base.< superfluous namespace (William), xsltproc error code on <xsl:message> halt, OpenVMS fix, dictionary reference counting change.
                                                                              • -

                                                                              1.1.4: Feb 23 2004

                                                                              • bugfixes: attributes without doc (Mariano Suárez-Alvarez), problem with +

                                                                              1.1.4: Feb 23 2004

                                                                                +
                                                                              • bugfixes: attributes without doc (Mariano Suárez-Alvarez), problem with Yelp, extension problem
                                                                              • display extension modules (Steve Little)
                                                                              • Windows compilation patch (Mark Vadoc), Mingw (Mikhail Grushinskiy)
                                                                              • -

                                                                              1.1.3: Feb 16 2004

                                                                              • Rewrote the Attribute Value Template code, new XPath compilation +

                                                                              1.1.3: Feb 16 2004

                                                                                +
                                                                              • Rewrote the Attribute Value Template code, new XPath compilation interfaces, dictionary reuses for XSLT with potential for serious performance improvements.
                                                                              • bug fixes: portability (William Brack), key() in node-set() results @@ -258,14 +368,16 @@ to the SVN code base.<
                                                                              • Documentations: cleanup (John Fleck and William)
                                                                              • Python: patch for OS-X (Gianni Ceccarelli), enums export (Stephane bidoul)
                                                                              • -

                                                                              1.1.2: Dec 24 2003

                                                                              • Documentation fixes (John Fleck, William Brack), EXSLT documentation +

                                                                              1.1.2: Dec 24 2003

                                                                                +
                                                                              • Documentation fixes (John Fleck, William Brack), EXSLT documentation (William Brack)
                                                                              • Windows compilation fixes for MSVC and Mingw (Igor Zlatkovic)
                                                                              • Bug fixes: exslt:date returning NULL strings (William Brack), namespaces output (William Brack), key and namespace definition problem, passing options down to the document() parser, xsl:number fixes (William Brack)
                                                                              • -

                                                                              1.1.1: Dec 10 2003

                                                                              • code cleanup (William Brack)
                                                                              • +

                                                                              1.1.1: Dec 10 2003

                                                                                +
                                                                              • code cleanup (William Brack)
                                                                              • Windows: Makefile improvements (Igor Zlatkovic)
                                                                              • documentation improvements: William Brack, libexslt man page (Jonathan Wakely)
                                                                              • @@ -277,7 +389,8 @@ to the SVN code base.< recursion detection (William Brack), exslt:function used in keys (William Brack), bug when CDATA_SECTION are foun in the tree (William Brack), entities handling when using XInclude. -

                                                                              1.1.0: Nov 4 2003

                                                                              • Removed DocBook SGML broken support
                                                                              • +

                                                                              1.1.0: Nov 4 2003

                                                                                +
                                                                              • Removed DocBook SGML broken support
                                                                              • fix xsl:key to work with PIs
                                                                              • Makefile and build improvement (Graham Wilson), build cleanup (William Brack), macro fix (Justin Fletcher), build outside of source tree (Roumen @@ -297,7 +410,8 @@ to the SVN code base.<
                                                                              • Removes the deprecated breakpoint library
                                                                              • detect invalid names on templates (William Brack)
                                                                              • fix exslt:document (and similar) base handling problem
                                                                              • -

                                                                              1.0.33: Sep 12 2003

                                                                              This is a bugfix only release

                                                                              • error message missing argument (William Brack)
                                                                              • +

                                                                              1.0.33: Sep 12 2003

                                                                              This is a bugfix only release

                                                                                +
                                                                              • error message missing argument (William Brack)
                                                                              • mode not cascaded in template fallbacks (William Brack)
                                                                              • catch redefinition of parameter/variables (William Brack)
                                                                              • multiple keys with same namespace name (William Brack)
                                                                              • @@ -308,7 +422,8 @@ to the SVN code base.<
                                                                              • apply-templates crash (William Brack)
                                                                              • bug with imported templates (William Brack)
                                                                              • imported attribute-sets merging bug (DocBook) (William Brack)
                                                                              • -

                                                                              1.0.32: Aug 9 2003

                                                                              • bugfixes: xsltSaveResultToFile() python binding (Chris Jaeger), EXSLT +

                                                                              1.0.32: Aug 9 2003

                                                                                +
                                                                              • bugfixes: xsltSaveResultToFile() python binding (Chris Jaeger), EXSLT function (William Brack), RVT for globals (William Brack), EXSLT date (William Brack),

                                                                                speed of large text output, xsl:copy with attributes, strip-space and @@ -321,7 +436,8 @@ to the SVN code base.<

                                                                              • EXSLT:split added (Shaun McCance)
                                                                              • portability fixes for HP-UX/Solaris/IRIX (William Brack)
                                                                              • doc cleanup
                                                                              • -

                                                                              1.0.31: Jul 6 2003

                                                                              • bugfixes: xsl:copy on namespace nodes, AVT for xsl:sort order, fix for +

                                                                              1.0.31: Jul 6 2003

                                                                                +
                                                                              • bugfixes: xsl:copy on namespace nodes, AVT for xsl:sort order, fix for the debugger (Keith Isdale), output filename limitation, trio.h and triodef.h added (Albert Chin), EXSLT node-set (Peter Breitenlohner), xsltChoose and whitespace (Igor Zlatkovic), @@ -333,33 +449,40 @@ to the SVN code base.< 1.0.30
                                                                              • Windows makefile generation (Igor Zlatkovic)
                                                                              • HP-UX portability fix
                                                                              • -

                                                                              1.0.30: May 4 2003

                                                                              • Fixes and new APIs to handle Result Value Trees and avoid leaks
                                                                              • +

                                                                              1.0.30: May 4 2003

                                                                                +
                                                                              • Fixes and new APIs to handle Result Value Trees and avoid leaks
                                                                              • Fixes for: EXSLT math pow() function (Charles Bozeman), global parameter and global variables mismatch, a segfault on pattern compilation errors, namespace copy in xsl:copy-of, python generator problem, OpenVMS trio update, premature call to xsltFreeStackElem (Igor), current node when templates applies to attributes
                                                                              • -

                                                                              1.0.29: Apr 1 2003

                                                                              • performance improvements especially for large flat documents
                                                                              • +

                                                                              1.0.29: Apr 1 2003

                                                                                +
                                                                              • performance improvements especially for large flat documents
                                                                              • bug fixes: Result Value Tree handling, XML IDs, keys(), extra namespace declarations with xsl:elements.
                                                                              • portability: python and trio fixes (Albert Chin), python on Solaris (Ben Phillips)
                                                                              • -

                                                                              1.0.28: Mar 24 2003

                                                                              • fixed node() in patterns semantic.
                                                                              • +

                                                                              1.0.28: Mar 24 2003

                                                                                +
                                                                              • fixed node() in patterns semantic.
                                                                              • fixed a memory access problem in format-number()
                                                                              • fixed stack overflow in recursive global variable or params
                                                                              • cleaned up Result Value Tree handling, and fixed a couple of old bugs in the process
                                                                              • -

                                                                              1.0.27: Feb 24 2003

                                                                              • bug fixes: spurious xmlns:nsX="" generation, serialization bug (in +

                                                                              1.0.27: Feb 24 2003

                                                                                +
                                                                              • bug fixes: spurious xmlns:nsX="" generation, serialization bug (in libxml2), a namespace copy problem, errors in the RPM spec prereqs
                                                                              • Windows path canonicalization and document cache fix (Igor)
                                                                              • -

                                                                              1.0.26: Feb 10 2003

                                                                              • Fixed 3 serious bugs in document() and stylesheet compilation which +

                                                                              1.0.26: Feb 10 2003

                                                                                +
                                                                              • Fixed 3 serious bugs in document() and stylesheet compilation which could lead to a crash
                                                                              • -

                                                                              1.0.25: Feb 5 2003

                                                                              • Bug fix: double-free for standalone stylesheets introduced in 1.0.24, C +

                                                                              1.0.25: Feb 5 2003

                                                                                +
                                                                              • Bug fix: double-free for standalone stylesheets introduced in 1.0.24, C syntax pbm, 3 bugs reported by Eric van der Vlist
                                                                              • Some XPath and XInclude related problems were actually fixed in libxml2-2.5.2
                                                                              • Documentation: emphasize taht --docbook is not for XML docs.
                                                                              • -

                                                                              1.0.24: Jan 14 2003

                                                                              • bug fixes: imported global varables, python bindings (Stéphane Bidoul), +

                                                                              1.0.24: Jan 14 2003

                                                                                +
                                                                              • bug fixes: imported global varables, python bindings (Stéphane Bidoul), EXSLT memory leak (Charles Bozeman), namespace generation on xsl:attribute, space handling with imports (Daniel Stodden), extension-element-prefixes (Josh Parsons), comments within xsl:text (Matt @@ -375,7 +498,8 @@ to the SVN code base.<
                                                                              • added ESXLT URI (un)escaping (Jörg Walter)
                                                                              • Some memory leaks have been found and fixed
                                                                              • document() now support fragment identifiers in URIs
                                                                              • -

                                                                              1.0.23: Nov 17 2002

                                                                              • Windows build cleanup (Igor)
                                                                              • +

                                                                              1.0.23: Nov 17 2002

                                                                                +
                                                                              • Windows build cleanup (Igor)
                                                                              • Unix build and RPM packaging cleanup
                                                                              • Improvement of the python bindings: extension functions and activating EXSLT
                                                                              • @@ -383,13 +507,15 @@ to the SVN code base.< functions, CData nodes, key(), @*[...] patterns
                                                                              • Documentation improvements (John Fleck)
                                                                              • added libxslt.m4 (Thomas Schraitle)
                                                                              • -

                                                                              1.0.22: Oct 18 2002

                                                                              • Updates on the Windows Makefiles
                                                                              • +

                                                                              1.0.22: Oct 18 2002

                                                                                +
                                                                              • Updates on the Windows Makefiles
                                                                              • Added a security module, and a related set of new options to xsltproc
                                                                              • Allowed per transformation error handler.
                                                                              • Fixed a few bugs: node() semantic, URI escaping, media-type, attribute lists
                                                                              • -

                                                                              1.0.21: Sep 26 2002

                                                                              • Bug fixes: match="node()", date:difference() (Igor and Charlie +

                                                                              1.0.21: Sep 26 2002

                                                                                +
                                                                              • Bug fixes: match="node()", date:difference() (Igor and Charlie Bozeman), disable-output-escaping
                                                                              • Python bindings: style.saveResultToString() from Ralf Mattes
                                                                              • Logos from Marc Liyanage
                                                                              • @@ -397,14 +523,16 @@ to the SVN code base.<
                                                                              • Makefile: DESTDIR fix from Christophe Merlet, AMD x86_64 (Mandrake), Windows (Igor), Python detection
                                                                              • Documentation improvements: John Fleck
                                                                              • -

                                                                              1.0.20: Aug 23 2002

                                                                              • Windows makefile updates (Igor) and x86-64 (Frederic Crozat)
                                                                              • +

                                                                              1.0.20: Aug 23 2002

                                                                                +
                                                                              • Windows makefile updates (Igor) and x86-64 (Frederic Crozat)
                                                                              • fixed HTML meta tag saving for Mac/IE users
                                                                              • possible leak patches from Nathan Myers
                                                                              • try to handle document('') as best as possible depending in the cases
                                                                              • Fixed the DocBook stylesheets handling problem
                                                                              • Fixed a few XSLT reported errors
                                                                              • -

                                                                              1.0.19: July 6 2002

                                                                              • EXSLT: dynamic functions and date support bug fixes (Mark Vakoc)
                                                                              • +

                                                                              1.0.19: July 6 2002

                                                                                +
                                                                              • EXSLT: dynamic functions and date support bug fixes (Mark Vakoc)
                                                                              • xsl:number fix: Richard Jinks
                                                                              • xsl:format-numbers fix: Ken Neighbors
                                                                              • document('') fix: bug pointed by Eric van der Vlist
                                                                              • @@ -412,7 +540,8 @@ to the SVN code base.<
                                                                              • xsl:sort order support added: Ken Neighbors
                                                                              • a few other bug fixes, some of them requiring the latest version of libxml2
                                                                              • -

                                                                              1.0.18: May 27 2002

                                                                              • a number of bug fixes: attributes, extra namespace declarations +

                                                                              1.0.18: May 27 2002

                                                                                +
                                                                              • a number of bug fixes: attributes, extra namespace declarations (DocBook), xsl:include crash (Igor), documentation (Christian Cornelssen, Charles Bozeman and Geert Kloosterman), element-available (Richard Jinks)
                                                                              • @@ -421,44 +550,53 @@ to the SVN code base.<
                                                                              • there is a new API to save directly to a string xsltSaveResultToString() by Morus Walter
                                                                              • specific error registration function for the python API
                                                                              • -

                                                                              1.0.17: April 29 2002

                                                                              • cleanup in code, XSLT debugger support and Makefiles for Windows by +

                                                                              1.0.17: April 29 2002

                                                                                +
                                                                              • cleanup in code, XSLT debugger support and Makefiles for Windows by Igor
                                                                              • a C++ portability fix by Mark Vakoc
                                                                              • EXSLT date improvement and regression tests by Charles Bozeman
                                                                              • attempt to fix a bug in xsltProcessUserParamInternal
                                                                              • -

                                                                              1.0.16: April 15 2002

                                                                              • Bug fixes: strip-space, URL in HTML output, error when xsltproc can't +

                                                                              1.0.16: April 15 2002

                                                                                +
                                                                              • Bug fixes: strip-space, URL in HTML output, error when xsltproc can't save
                                                                              • portability fixes: OSF/1, IEEE on alphas, Windows, Python bindings
                                                                              • -

                                                                              1.0.15: Mar 25 2002

                                                                              • Bugfixes: XPath, python Makefile, recursive attribute sets, @foo[..] +

                                                                              1.0.15: Mar 25 2002

                                                                                +
                                                                              • Bugfixes: XPath, python Makefile, recursive attribute sets, @foo[..] templates
                                                                              • Debug of memory alocation with valgind
                                                                              • serious profiling leading to significant improvement for DocBook processing
                                                                              • revamp of the Windows build
                                                                              • -

                                                                              1.0.14: Mar 18 2002

                                                                              • Improvement in the XPath engine (libxml2-2.4.18)
                                                                              • +

                                                                              1.0.14: Mar 18 2002

                                                                                +
                                                                              • Improvement in the XPath engine (libxml2-2.4.18)
                                                                              • Nasty bug fix related to exslt:node-set
                                                                              • Fixed the python Makefiles, cleanup of doc comments, Windows portability fixes
                                                                              • -

                                                                              1.0.13: Mar 8 2002

                                                                              • a number of bug fixes including "namespace node have no parents"
                                                                              • +

                                                                              1.0.13: Mar 8 2002

                                                                                +
                                                                              • a number of bug fixes including "namespace node have no parents"
                                                                              • Improvement of the Python bindings
                                                                              • Charles Bozeman provided fixes and regression tests for exslt date functions.
                                                                              • -

                                                                              1.0.12: Feb 11 2002

                                                                              • Fixed the makefiles especially the python module ones
                                                                              • +

                                                                              1.0.12: Feb 11 2002

                                                                                +
                                                                              • Fixed the makefiles especially the python module ones
                                                                              • half a dozen bugs fixes including 2 old ones
                                                                              • -

                                                                              1.0.11: Feb 8 2002

                                                                              • Change of Licence to the MIT +

                                                                              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
                                                                              • +

                                                                              1.0.10: Jan 14 2002

                                                                                +
                                                                              • Windows fixes for Win32 from Igor
                                                                              • Fixed the Solaris compilation trouble (Albert)
                                                                              • Documentation changes and updates: John Fleck
                                                                              • Added a stringparam option to avoid escaping hell at the shell level
                                                                              • A few bug fixes
                                                                              • -

                                                                              1.0.9: Dec 7 2001

                                                                              • Makefile patches from Peter Williams
                                                                              • +

                                                                              1.0.9: Dec 7 2001

                                                                                +
                                                                              • Makefile patches from Peter Williams
                                                                              • attempt to fix the compilation problem associated to prelinking
                                                                              • obsoleted libxsltbreakpoint now deprecated and frozen to 1.0.8 API
                                                                              • xsltproc return codes are now significant, John Fleck updated the @@ -468,45 +606,54 @@ to the SVN code base.<
                                                                              • fixed a bug raised by Nik Clayton when using doctypes with HTML output
                                                                              • patches from Keith Isdale to interface with xsltdebugger
                                                                              • -

                                                                              1.0.8: Nov 26 2001

                                                                              • fixed an annoying header problem, removed a few bugs and some code +

                                                                              1.0.8: Nov 26 2001

                                                                                +
                                                                              • fixed an annoying header problem, removed a few bugs and some code cleanup
                                                                              • patches for Windows and update of Windows Makefiles by Igor
                                                                              • OpenVMS port instructions from John A Fotheringham
                                                                              • fixed some Makefiles annoyance and libraries prelinking information
                                                                              • -

                                                                              1.0.7: Nov 10 2001

                                                                              • remove a compilation problem with LIBXSLT_PUBLIC
                                                                              • +

                                                                              1.0.7: Nov 10 2001

                                                                                +
                                                                              • remove a compilation problem with LIBXSLT_PUBLIC
                                                                              • Finishing the integration steps for Keith Isdale debugger
                                                                              • fixes the handling of indent="no" on HTML output
                                                                              • fixes on the configure script and RPM spec file
                                                                              • -

                                                                              1.0.6: Oct 30 2001

                                                                              • bug fixes on number formatting (Thomas), date/time functions (Bruce +

                                                                              1.0.6: Oct 30 2001

                                                                                +
                                                                              • bug fixes on number formatting (Thomas), date/time functions (Bruce Miller)
                                                                              • update of the Windows Makefiles (Igor)
                                                                              • fixed DOCTYPE generation rules for HTML output (me)
                                                                              • -

                                                                              1.0.5: Oct 10 2001

                                                                              • some portability fixes, including Windows makefile updates from +

                                                                              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
                                                                              • +

                                                                              1.0.4: Sep 12 2001

                                                                                +
                                                                              • Documentation updates from John fleck
                                                                              • bug fixes (DocBook FO generation should be fixed) and portability improvements
                                                                              • Thomas Broyer improved the existing EXSLT support and added String, Time and Date core functions support
                                                                              • -

                                                                              1.0.3: Aug 23 2001

                                                                              • XML Catalog support see the doc
                                                                              • +

                                                                              1.0.3: Aug 23 2001

                                                                                +
                                                                              • XML Catalog support see the doc
                                                                              • New NaN/Infinity floating point code
                                                                              • A few bug fixes
                                                                              • -

                                                                              1.0.2: Aug 15 2001

                                                                              • lot of bug fixes, increased the testsuite
                                                                              • +

                                                                              1.0.2: Aug 15 2001

                                                                                +
                                                                              • lot of bug fixes, increased the testsuite
                                                                              • a large chunk of EXSLT is implemented
                                                                              • improvements on the extension framework
                                                                              • documentation improvements
                                                                              • Windows MSC projects files should be up-to-date
                                                                              • handle attributes inherited from the DTD by default
                                                                              • -

                                                                              1.0.1: July 24 2001

                                                                              • initial EXSLT framework
                                                                              • +

                                                                              1.0.1: July 24 2001

                                                                                +
                                                                              • initial EXSLT framework
                                                                              • better error reporting
                                                                              • fixed the profiler on Windows
                                                                              • bug fixes
                                                                              • -

                                                                              1.0.0: July 10 2001

                                                                              • a lot of cleanup, a lot of regression tests added or fixed
                                                                              • +

                                                                              1.0.0: July 10 2001

                                                                                +
                                                                              • a lot of cleanup, a lot of regression tests added or fixed
                                                                              • added a documentation for writing extensions
                                                                              • fixed some variable evaluation problems (with William)
                                                                              • @@ -518,13 +665,15 @@ to the SVN code base.< expected
                                                                              • added support of embedded stylesheet as described in section 2.7 of the spec
                                                                              • -

                                                                              0.14.0: July 5 2001

                                                                              • lot of bug fixes, and code cleanup
                                                                              • +

                                                                              0.14.0: July 5 2001

                                                                                +
                                                                              • lot of bug fixes, and code cleanup
                                                                              • completion of the little XSLT-1.0 features left unimplemented
                                                                              • Added and implemented the extension API suggested by Thomas Broyer
                                                                              • the Windows MSC environment should be complete
                                                                              • tested and optimized with a really large document (DocBook Definitive Guide) libxml/libxslt should really be faster on serious workloads
                                                                              • -

                                                                              0.13.0: June 26 2001

                                                                              • lots of cleanups
                                                                              • +

                                                                              0.13.0: June 26 2001

                                                                                +
                                                                              • lots of cleanups
                                                                              • fixed a C++ compilation problem
                                                                              • couple of fixes to xsltSaveTo()
                                                                              • try to fix Docbook-xslt-1.4 and chunking, updated the regression test @@ -535,7 +684,8 @@ to the SVN code base.<
                                                                              • William fixed bugs in templates and for-each functions
                                                                              • added a new interface xsltRunStylesheet() for a more flexible output (incomplete), added -o option to xsltproc
                                                                              • -

                                                                              0.12.0: June 18 2001

                                                                              • fixed a dozen of bugs reported
                                                                              • +

                                                                              0.12.0: June 18 2001

                                                                                +
                                                                              • fixed a dozen of bugs reported
                                                                              • HTML generation should be quite better (requires libxml-2.3.11 upgrade too)
                                                                              • William fixed some problems with document()
                                                                              • @@ -547,13 +697,15 @@ to the SVN code base.<
                                                                              • XInclude global flag added to process XInclude on document() if requested
                                                                              • made xsltproc --version more detailed
                                                                              • -

                                                                              0.11.0: June 1 2001

                                                                              Mostly a bug fix release.

                                                                              • integration of catalogs from xsltproc
                                                                              • +

                                                                              0.11.0: June 1 2001

                                                                              Mostly a bug fix release.

                                                                                +
                                                                              • integration of catalogs from xsltproc
                                                                              • added --version to xsltproc for bug reporting
                                                                              • fixed errors when handling ID in external parsed entities
                                                                              • document() should hopefully work correctly but ...
                                                                              • fixed bug with PI and comments processing
                                                                              • William fixed the XPath string functions when using unicode
                                                                              • -

                                                                              0.10.0: May 19 2001

                                                                              • cleanups to make stylesheet read-only (not 100% complete)
                                                                              • +

                                                                              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 ...
                                                                              • @@ -568,7 +720,8 @@ to the SVN code base.<
                                                                              • 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
                                                                              • +

                                                                              0.9.0: May 3 2001

                                                                                +
                                                                              • lot of various bugfixes, extended the regression suite
                                                                              • xsltproc should work with multiple params
                                                                              • added an option to use xsltproc with HTML input
                                                                              • improved the stylesheet compilation, processing of complex stylesheets @@ -577,7 +730,8 @@ to the SVN code base.< programs should work now
                                                                              • fixed another batch of namespace handling problems
                                                                              • Implemented multiple level of sorting
                                                                              • -

                                                                              0.8.0: Apr 22 2001

                                                                              • fixed ansidecl.h problem
                                                                              • +

                                                                              0.8.0: Apr 22 2001

                                                                                +
                                                                              • fixed ansidecl.h problem
                                                                              • fixed unparsed-entity-uri() and generate-id()
                                                                              • sort semantic fixes and priority prob from William M. Brack
                                                                              • fixed namespace handling problems in XPath expression computations @@ -585,15 +739,18 @@ to the SVN code base.<
                                                                              • fixes to current() and key()
                                                                              • other, smaller fixes, lots of testing with N Walsh DocBook HTML stylesheets
                                                                              • -

                                                                              0.7.0: Apr 10 2001

                                                                              • cleanup using stricter compiler flags
                                                                              • +

                                                                              0.7.0: Apr 10 2001

                                                                                +
                                                                              • cleanup using stricter compiler flags
                                                                              • command line parameter passing
                                                                              • fix to xsltApplyTemplates from William M. Brack
                                                                              • added the XSLTMark in the regression tests as well as document()
                                                                              • -

                                                                              0.6.0: Mar 22 2001

                                                                              • another beta
                                                                              • +

                                                                              0.6.0: Mar 22 2001

                                                                                +
                                                                              • another beta
                                                                              • requires 2.3.5, which provide XPath expression compilation support
                                                                              • document() extension should function properly
                                                                              • fixed a number or reported bugs
                                                                              • -

                                                                              0.5.0: Mar 10 2001

                                                                              • fifth beta
                                                                              • +

                                                                              0.5.0: Mar 10 2001

                                                                                +
                                                                              • fifth beta
                                                                              • some optimization work, for the moment 2 XSLT transform cannot use the same stylesheet at the same time (to be fixed)
                                                                              • fixed problems with handling of tree results
                                                                              • @@ -602,16 +759,19 @@ to the SVN code base.<
                                                                              • incorporated William M. Brack fix for imports and global variables as well as patch for with-param support in apply-templates
                                                                              • a bug fix on for-each
                                                                              • -

                                                                              0.4.0: Mar 1 2001

                                                                              • fourth beta test, released at the same time of libxml2-2.3.3
                                                                              • +

                                                                              0.4.0: Mar 1 2001

                                                                                +
                                                                              • fourth beta test, released at the same time of libxml2-2.3.3
                                                                              • bug fixes
                                                                              • some optimization
                                                                              • started implement extension support, not finished
                                                                              • implemented but not tested multiple file output
                                                                              • -

                                                                              0.3.0: Feb 24 2001

                                                                              • third beta test, released at the same time of libxml2-2.3.2
                                                                              • +

                                                                              0.3.0: Feb 24 2001

                                                                                +
                                                                              • third beta test, released at the same time of libxml2-2.3.2
                                                                              • lot of bug fixes
                                                                              • some optimization
                                                                              • added DocBook XSL based testsuite
                                                                              • -

                                                                              0.2.0: Feb 15 2001

                                                                              • second beta version, released at the same time as libxml2-2.3.1
                                                                              • +

                                                                              0.2.0: Feb 15 2001

                                                                                +
                                                                              • second beta version, released at the same time as libxml2-2.3.1
                                                                              • getting close to feature completion, lot of bug fixes, some in the HTML and XPath support of libxml
                                                                              • start becoming usable for real work. This version can now regenerate @@ -620,9 +780,11 @@ to the SVN code base.< REC)
                                                                              • Still misses extension element/function/prefixes support. Support of key() and document() is not complete
                                                                              • -

                                                                              0.1.0: Feb 8 2001

                                                                              • first beta version, released at the same time as libxml2-2.3.0
                                                                              • +

                                                                              0.1.0: Feb 8 2001

                                                                                +
                                                                              • first beta version, released at the same time as libxml2-2.3.0
                                                                              • lots of bug fixes, first "testing" version, but incomplete
                                                                              • -

                                                                              0.0.1: Jan 25 2001

                                                                              • first alpha version released at the same time as libxml2-2.2.12
                                                                              • +

                                                                              0.0.1: Jan 25 2001

                                                                                +
                                                                              • first alpha version released at the same time as libxml2-2.2.12
                                                                              • Framework in place, should work on simple examples, but far from being feature complete

                                                                              Daniel Veillard

                                                                              diff --git a/doc/python.html b/doc/python.html index f27f411f..50fc1fbf 100644 --- a/doc/python.html +++ b/doc/python.html @@ -12,7 +12,8 @@ A:link, A:visited, A:active { text-decoration: underline } the list below is not exhaustive. Please contact the xml-bindings@gnome.org (archives) in order to get updates to this list or to discuss the specific topic of libxml2 -or libxslt wrappers or bindings: