From e15f22b12b1d21529a474d21401dee393285d556 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Mon, 1 May 2006 21:25:09 +0000 Subject: [PATCH] preparing release of 1.1.16, updated and regenerated the docs. Daniel * configure.in NEWS doc//*: preparing release of 1.1.16, updated and regenerated the docs. Daniel --- ChangeLog | 5 +++++ NEWS | 18 ++++++++++++++++++ configure.in | 14 +++++++------- doc/APIchunk0.html | 2 +- doc/APIchunk1.html | 3 ++- doc/APIchunk2.html | 2 +- doc/APIchunk3.html | 2 +- doc/APIchunk4.html | 2 +- doc/APIchunk5.html | 2 +- doc/APIchunk6.html | 3 ++- doc/APIchunk7.html | 4 +++- doc/APIchunk8.html | 2 +- doc/APIchunk9.html | 2 +- doc/APIconstructors.html | 2 +- doc/APIfiles.html | 2 +- doc/APIfunctions.html | 2 +- doc/APIsymbols.html | 2 +- doc/EXSLT/APIchunk0.html | 2 +- doc/EXSLT/APIconstructors.html | 2 +- doc/EXSLT/APIfiles.html | 2 +- doc/EXSLT/APIfunctions.html | 2 +- doc/EXSLT/APIsymbols.html | 2 +- doc/html/book1.html | 2 +- doc/html/index.html | 2 +- doc/html/libxslt-attributes.html | 2 +- doc/html/libxslt-documents.html | 2 +- doc/html/libxslt-extensions.html | 2 +- doc/html/libxslt-extra.html | 2 +- doc/html/libxslt-functions.html | 2 +- doc/html/libxslt-imports.html | 2 +- doc/html/libxslt-keys.html | 2 +- doc/html/libxslt-lib.html | 2 +- doc/html/libxslt-namespaces.html | 2 +- doc/html/libxslt-numbersInternals.html | 2 +- doc/html/libxslt-pattern.html | 2 +- doc/html/libxslt-preproc.html | 2 +- doc/html/libxslt-security.html | 2 +- doc/html/libxslt-templates.html | 2 +- doc/html/libxslt-transform.html | 2 +- doc/html/libxslt-variables.html | 2 +- doc/html/libxslt-xslt.html | 2 +- doc/html/libxslt-xsltInternals.html | 2 +- doc/html/libxslt-xsltexports.html | 2 +- doc/html/libxslt-xsltutils.html | 4 ++-- doc/libxslt-api.xml | 2 +- doc/libxslt-refs.xml | 10 ++++++++++ doc/libxslt.xsa | 22 ++++++++++++---------- doc/news.html | 15 ++++++++++++++- doc/search.php | 2 +- doc/search.templ | 2 +- doc/xslt.html | 17 +++++++++++++++++ libxslt/xsltwin32config.h | 6 +++--- 52 files changed, 135 insertions(+), 66 deletions(-) diff --git a/ChangeLog b/ChangeLog index a8e8376..c049949 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon May 1 17:39:27 EDT 2006 Daniel Veillard + + * configure.in NEWS doc//*: preparing release of 1.1.16, updated and + regenerated the docs. + Tue Apr 25 15:02:42 CEST 2006 Daniel Veillard * configure.in: applied patch from Joseph Sacco changing slightly diff --git a/NEWS b/NEWS index 0fd39e7..088e9a7 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,24 @@ ChangeLog.html to the CVS at http://cvs.gnome.org/viewcvs/libxslt/ code base.Those are the public releases made: +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) + - bug fixes: pattern compilation fix(William Brack), EXSLT date/time + fix (Thomas Broyer), EXSLT function bug, potential loop on variable + eval, startup race (Christopher Palmer), debug statement left in python + (Nic Ferrier), various cleanup based on Coverity reports), error on + Out of memory condition (Charles Hardin), various namespace prefixes + fixes (Kasimier Buchcik), + - 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), remove jhbuild warnings diff --git a/configure.in b/configure.in index 19a16bb..058656f 100644 --- a/configure.in +++ b/configure.in @@ -10,11 +10,11 @@ dnl libexslt is an extension dnl LIBXSLT_MAJOR_VERSION=1 LIBXSLT_MINOR_VERSION=1 -LIBXSLT_MICRO_VERSION=15 +LIBXSLT_MICRO_VERSION=16 PACKAGE=libxslt LIBEXSLT_MAJOR_VERSION=0 LIBEXSLT_MINOR_VERSION=8 -LIBEXSLT_MICRO_VERSION=12 +LIBEXSLT_MICRO_VERSION=13 LIBXML_REQUIRED_VERSION=2.6.17 # if you need module support. @@ -200,17 +200,17 @@ except: print 0"` -d $with_python/lib/python$PYTHON_VERSION/site-packages then PYTHON_INCLUDES=$with_python/include/python$PYTHON_VERSION - PYTHON_SITE_PACKAGES=$libdir/lib/python$PYTHON_VERSION/site-packages + PYTHON_SITE_PACKAGES='$(libdir)/lib/python$(PYTHON_VERSION)/site-packages' else if test -r $prefix/include/python$PYTHON_VERSION/Python.h then PYTHON_INCLUDES=$prefix/include/python$PYTHON_VERSION - PYTHON_SITE_PACKAGES=$libdir/python$PYTHON_VERSION/site-packages + PYTHON_SITE_PACKAGES='$(libdir)/python$(PYTHON_VERSION)/site-packages' else if test -r /usr/include/python$PYTHON_VERSION/Python.h then PYTHON_INCLUDES=/usr/include/python$PYTHON_VERSION - PYTHON_SITE_PACKAGES=$libdir/python$PYTHON_VERSION/site-packages + PYTHON_SITE_PACKAGES='$(libdir)/python$(PYTHON_VERSION)/site-packages' else echo could not find python$PYTHON_VERSION/Python.h fi @@ -223,9 +223,9 @@ except: print 0"` fi if test "$with_python" != "" then - pythondir=$PYTHON_SITE_PACKAGES + pythondir=$(PYTHON_SITE_PACKAGES) else - pythondir=$libdir/python${PYTHON_VERSION}/site-packages + pythondir='$(libdir)/python$(PYTHON_VERSION)/site-packages' fi fi AM_CONDITIONAL(WITH_PYTHON, test "$PYTHON_INCLUDES" != "") diff --git a/doc/APIchunk0.html b/doc/APIchunk0.html index 3610613..a29c08e 100644 --- a/doc/APIchunk0.html +++ b/doc/APIchunk0.html @@ -8,7 +8,7 @@ H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } API Alphabetic Index A-P for libxslt
Action against software patentsGnome2 LogoW3C logoRed Hat Logo
Made with Libxslt Logo

The XSLT C library for Gnome

API Alphabetic Index A-P for libxslt

Main Menu
Related links
API Indexes

A-P + Tutorial2
  • Man page for xsltproc
  • Mail archive
  • XML libxml2
  • FTP
  • Windows binaries
  • Solaris binaries
  • MacOsX binaries
  • Bug Tracker
  • XSLT with PHP
  • Apache module
  • Pascal bindings
  • Xsldbg Debugger
  • API Indexes

    A-P Q-a b-c d-e diff --git a/doc/APIchunk1.html b/doc/APIchunk1.html index 23a68aa..78f2c4e 100644 --- a/doc/APIchunk1.html +++ b/doc/APIchunk1.html @@ -8,7 +8,7 @@ H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } API Alphabetic Index Q-a for libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    API Alphabetic Index Q-a for libxslt

    Main Menu
    Related links
    API Indexes

    A-P + Tutorial2
  • Man page for xsltproc
  • Mail archive
  • XML libxml2
  • FTP
  • Windows binaries
  • Solaris binaries
  • MacOsX binaries
  • Bug Tracker
  • XSLT with PHP
  • Apache module
  • Pascal bindings
  • Xsldbg Debugger
  • API Indexes

    A-P Q-a b-c d-e @@ -234,6 +234,7 @@ A:link, A:visited, A:active { text-decoration: underline } xsltInitElemPreComp
    xsltRunStylesheet
    xsltRunStylesheetUser
    +
    anymore
    xsltDocumentSortFunction
    api
    xsltFormatNumberConversion
    appear
    _xsltDecimalFormat
    appears
    _xsltFormatNumberInfo
    diff --git a/doc/APIchunk2.html b/doc/APIchunk2.html index 3c353f9..a2934e4 100644 --- a/doc/APIchunk2.html +++ b/doc/APIchunk2.html @@ -8,7 +8,7 @@ H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } API Alphabetic Index b-c for libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    API Alphabetic Index b-c for libxslt

    Main Menu
    Related links
    API Indexes

    A-P + Tutorial2
  • Man page for xsltproc
  • Mail archive
  • XML libxml2
  • FTP
  • Windows binaries
  • Solaris binaries
  • MacOsX binaries
  • Bug Tracker
  • XSLT with PHP
  • Apache module
  • Pascal bindings
  • Xsldbg Debugger
  • API Indexes

    A-P Q-a b-c d-e diff --git a/doc/APIchunk3.html b/doc/APIchunk3.html index 4ab975c..e374789 100644 --- a/doc/APIchunk3.html +++ b/doc/APIchunk3.html @@ -8,7 +8,7 @@ H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } API Alphabetic Index d-e for libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    API Alphabetic Index d-e for libxslt

    Main Menu
    Related links
    API Indexes

    A-P + Tutorial2
  • Man page for xsltproc
  • Mail archive
  • XML libxml2
  • FTP
  • Windows binaries
  • Solaris binaries
  • MacOsX binaries
  • Bug Tracker
  • XSLT with PHP
  • Apache module
  • Pascal bindings
  • Xsldbg Debugger
  • API Indexes

    A-P Q-a b-c d-e diff --git a/doc/APIchunk4.html b/doc/APIchunk4.html index 2d13a76..adbec66 100644 --- a/doc/APIchunk4.html +++ b/doc/APIchunk4.html @@ -8,7 +8,7 @@ H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } API Alphabetic Index f-h for libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    API Alphabetic Index f-h for libxslt

    Main Menu
    Related links
    API Indexes

    A-P + Tutorial2
  • Man page for xsltproc
  • Mail archive
  • XML libxml2
  • FTP
  • Windows binaries
  • Solaris binaries
  • MacOsX binaries
  • Bug Tracker
  • XSLT with PHP
  • Apache module
  • Pascal bindings
  • Xsldbg Debugger
  • API Indexes

    A-P Q-a b-c d-e diff --git a/doc/APIchunk5.html b/doc/APIchunk5.html index 697fe0c..9eebbd5 100644 --- a/doc/APIchunk5.html +++ b/doc/APIchunk5.html @@ -8,7 +8,7 @@ H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } API Alphabetic Index i-m for libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    API Alphabetic Index i-m for libxslt

    Main Menu
    Related links
    API Indexes

    A-P + Tutorial2
  • Man page for xsltproc
  • Mail archive
  • XML libxml2
  • FTP
  • Windows binaries
  • Solaris binaries
  • MacOsX binaries
  • Bug Tracker
  • XSLT with PHP
  • Apache module
  • Pascal bindings
  • Xsldbg Debugger
  • API Indexes

    A-P Q-a b-c d-e diff --git a/doc/APIchunk6.html b/doc/APIchunk6.html index e691d9d..7cfb659 100644 --- a/doc/APIchunk6.html +++ b/doc/APIchunk6.html @@ -8,7 +8,7 @@ H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } API Alphabetic Index n-p for libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    API Alphabetic Index n-p for libxslt

    Main Menu
    Related links
    API Indexes

    A-P + Tutorial2
  • Man page for xsltproc
  • Mail archive
  • XML libxml2
  • FTP
  • Windows binaries
  • Solaris binaries
  • MacOsX binaries
  • Bug Tracker
  • XSLT with PHP
  • Apache module
  • Pascal bindings
  • Xsldbg Debugger
  • API Indexes

    A-P Q-a b-c d-e @@ -93,6 +93,7 @@ A:link, A:visited, A:active { text-decoration: underline } xsltKeyFunction
    xsltSystemPropertyFunction
    xsltXPathCompile
    +
    obsolete
    xsltDocumentSortFunction
    obtained
    xsltSaveResultTo
    xsltSaveResultToFd
    xsltSaveResultToFile
    diff --git a/doc/APIchunk7.html b/doc/APIchunk7.html index a31e702..8977bc9 100644 --- a/doc/APIchunk7.html +++ b/doc/APIchunk7.html @@ -8,7 +8,7 @@ H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } API Alphabetic Index q-s for libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    API Alphabetic Index q-s for libxslt

    Main Menu
    Related links
    API Indexes

    A-P + Tutorial2
  • Man page for xsltproc
  • Mail archive
  • XML libxml2
  • FTP
  • Windows binaries
  • Solaris binaries
  • MacOsX binaries
  • Bug Tracker
  • XSLT with PHP
  • Apache module
  • Pascal bindings
  • Xsldbg Debugger
  • API Indexes

    A-P Q-a b-c d-e @@ -175,6 +175,7 @@ A:link, A:visited, A:active { text-decoration: underline } _xsltStylesheet
    _xsltTransformContext
    xsltCopyTextString
    +xsltDocumentSortFunction
    xsltFindElemSpaceHandling
    xsltGetProfileInformation
    xsltNeedElemSpaceHandling
    @@ -206,6 +207,7 @@ A:link, A:visited, A:active { text-decoration: underline } xsltGetNsProp
    slot
    xsltAllocateExtra
    xsltAllocateExtraCtxt
    +
    slow
    xsltDocumentSortFunction
    some
    xsltCheckWrite
    xsltCompileAttr
    something
    xsltParseStylesheetProcess
    diff --git a/doc/APIchunk8.html b/doc/APIchunk8.html index 78fb80d..155a633 100644 --- a/doc/APIchunk8.html +++ b/doc/APIchunk8.html @@ -8,7 +8,7 @@ H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } API Alphabetic Index t-v for libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    API Alphabetic Index t-v for libxslt

    Main Menu
    Related links
    API Indexes

    A-P + Tutorial2
  • Man page for xsltproc
  • Mail archive
  • XML libxml2
  • FTP
  • Windows binaries
  • Solaris binaries
  • MacOsX binaries
  • Bug Tracker
  • XSLT with PHP
  • Apache module
  • Pascal bindings
  • Xsldbg Debugger
  • API Indexes

    A-P Q-a b-c d-e diff --git a/doc/APIchunk9.html b/doc/APIchunk9.html index cf1498b..1f758f8 100644 --- a/doc/APIchunk9.html +++ b/doc/APIchunk9.html @@ -8,7 +8,7 @@ H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } API Alphabetic Index w-z for libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    API Alphabetic Index w-z for libxslt

    Main Menu
    Related links
    API Indexes

    A-P + Tutorial2
  • Man page for xsltproc
  • Mail archive
  • XML libxml2
  • FTP
  • Windows binaries
  • Solaris binaries
  • MacOsX binaries
  • Bug Tracker
  • XSLT with PHP
  • Apache module
  • Pascal bindings
  • Xsldbg Debugger
  • API Indexes

    A-P Q-a b-c d-e diff --git a/doc/APIconstructors.html b/doc/APIconstructors.html index 5716f52..f1488b4 100644 --- a/doc/APIconstructors.html +++ b/doc/APIconstructors.html @@ -8,7 +8,7 @@ H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } List of constructors for libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    List of constructors for libxslt

    Main Menu
    Related links
    API Indexes

    Type const xmlChar *:

    xsltEvalStaticAttrValueTemplate
    + Tutorial2

  • Man page for xsltproc
  • Mail archive
  • XML libxml2
  • FTP
  • Windows binaries
  • Solaris binaries
  • MacOsX binaries
  • Bug Tracker
  • XSLT with PHP
  • Apache module
  • Pascal bindings
  • Xsldbg Debugger
  • API Indexes

    Type const xmlChar *:

    xsltEvalStaticAttrValueTemplate
    xsltGetCNsProp
    xsltGetQNameURI
    xsltGetQNameURI2
    diff --git a/doc/APIfiles.html b/doc/APIfiles.html index 8af36b6..0fecb3c 100644 --- a/doc/APIfiles.html +++ b/doc/APIfiles.html @@ -8,7 +8,7 @@ H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } List of Symbols per Module for libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    List of Symbols per Module for libxslt

    Main Menu
    Related links
    API Indexes

    Module attributes:

    xsltApplyAttributeSet
    + Tutorial2

  • Man page for xsltproc
  • Mail archive
  • XML libxml2
  • FTP
  • Windows binaries
  • Solaris binaries
  • MacOsX binaries
  • Bug Tracker
  • XSLT with PHP
  • Apache module
  • Pascal bindings
  • Xsldbg Debugger
  • API Indexes

    Module attributes:

    xsltApplyAttributeSet
    xsltFreeAttributeSetsHashes
    xsltParseStylesheetAttributeSet
    xsltResolveStylesheetAttributeSet
    diff --git a/doc/APIfunctions.html b/doc/APIfunctions.html index eaa2e64..c75f5b4 100644 --- a/doc/APIfunctions.html +++ b/doc/APIfunctions.html @@ -8,7 +8,7 @@ H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } List of function manipulating types in libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    List of function manipulating types in libxslt

    Main Menu
    Related links
    API Indexes

    Type ...:

    xsltTransformError
    + Tutorial2

  • Man page for xsltproc
  • Mail archive
  • XML libxml2
  • FTP
  • Windows binaries
  • Solaris binaries
  • MacOsX binaries
  • Bug Tracker
  • XSLT with PHP
  • Apache module
  • Pascal bindings
  • Xsldbg Debugger
  • API Indexes

    Type ...:

    xsltTransformError

    Type FILE *:

    xsltApplyStylesheetUser
    xsltDebugDumpExtensions
    xsltProfileStylesheet
    diff --git a/doc/APIsymbols.html b/doc/APIsymbols.html index 1910d18..6013764 100644 --- a/doc/APIsymbols.html +++ b/doc/APIsymbols.html @@ -8,7 +8,7 @@ H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } Alphabetic List of Symbols in libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Alphabetic List of Symbols in libxslt

    Main Menu
    Related links
    API Indexes

    Letter C:

    CHECK_STOPPED
    + Tutorial2

  • Man page for xsltproc
  • Mail archive
  • XML libxml2
  • FTP
  • Windows binaries
  • Solaris binaries
  • MacOsX binaries
  • Bug Tracker
  • XSLT with PHP
  • Apache module
  • Pascal bindings
  • Xsldbg Debugger
  • API Indexes

    Letter C:

    CHECK_STOPPED
    CHECK_STOPPED0
    CHECK_STOPPEDE

    Letter I:

    IS_XSLT_ELEM
    diff --git a/doc/EXSLT/APIchunk0.html b/doc/EXSLT/APIchunk0.html index 62723e6..fc38dfb 100644 --- a/doc/EXSLT/APIchunk0.html +++ b/doc/EXSLT/APIchunk0.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } - API Alphabetic Index C-s for libexslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The EXSLT C library for Gnome

    API Alphabetic Index C-s for libexslt

    Main Menu
    Related links
    API Indexes

    C-s + API Alphabetic Index C-s for libexslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The EXSLT C library for Gnome

    API Alphabetic Index C-s for libexslt

    Main Menu
    Related links
    API Indexes

    C-s

    Letter C:

    Common
    exsltCommonRegister

    Letter D:

    Dates
    exsltDateRegister
    Dynamic
    exsltDynRegister
    diff --git a/doc/EXSLT/APIconstructors.html b/doc/EXSLT/APIconstructors.html index 367ba23..e5701ed 100644 --- a/doc/EXSLT/APIconstructors.html +++ b/doc/EXSLT/APIconstructors.html @@ -7,4 +7,4 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } - List of constructors for libexslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The EXSLT C library for Gnome

    List of constructors for libexslt

    Main Menu
    Related links
    API Indexes

    Daniel Veillard

    + List of constructors for libexslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The EXSLT C library for Gnome

    List of constructors for libexslt

    Main Menu
    Related links
    API Indexes

    Daniel Veillard

    diff --git a/doc/EXSLT/APIfiles.html b/doc/EXSLT/APIfiles.html index 5ed8aeb..61d85ed 100644 --- a/doc/EXSLT/APIfiles.html +++ b/doc/EXSLT/APIfiles.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } - List of Symbols per Module for libexslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The EXSLT C library for Gnome

    List of Symbols per Module for libexslt

    Main Menu
    Related links
    API Indexes

    Module exslt:

    EXSLT_COMMON_NAMESPACE
    + List of Symbols per Module for libexslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The EXSLT C library for Gnome

    List of Symbols per Module for libexslt

    Main Menu
    Related links
    API Indexes

    Module exslt:

    EXSLT_COMMON_NAMESPACE
    EXSLT_CRYPTO_NAMESPACE
    EXSLT_DATE_NAMESPACE
    EXSLT_DYNAMIC_NAMESPACE
    diff --git a/doc/EXSLT/APIfunctions.html b/doc/EXSLT/APIfunctions.html index 905e106..31cca34 100644 --- a/doc/EXSLT/APIfunctions.html +++ b/doc/EXSLT/APIfunctions.html @@ -7,4 +7,4 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } - List of function manipulating types in libexslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The EXSLT C library for Gnome

    List of function manipulating types in libexslt

    Main Menu
    Related links
    API Indexes

    Daniel Veillard

    + List of function manipulating types in libexslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The EXSLT C library for Gnome

    List of function manipulating types in libexslt

    Main Menu
    Related links
    API Indexes

    Daniel Veillard

    diff --git a/doc/EXSLT/APIsymbols.html b/doc/EXSLT/APIsymbols.html index 1166136..e5135e2 100644 --- a/doc/EXSLT/APIsymbols.html +++ b/doc/EXSLT/APIsymbols.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } - Alphabetic List of Symbols in libexslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The EXSLT C library for Gnome

    Alphabetic List of Symbols in libexslt

    Main Menu
    Related links
    API Indexes

    Letter E:

    EXSLTCALL
    + Alphabetic List of Symbols in libexslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The EXSLT C library for Gnome

    Alphabetic List of Symbols in libexslt

    Main Menu
    Related links
    API Indexes

    Letter E:

    EXSLTCALL
    EXSLTPUBFUN
    EXSLTPUBVAR
    EXSLT_COMMON_NAMESPACE
    diff --git a/doc/html/book1.html b/doc/html/book1.html index 843b511..a93550d 100644 --- a/doc/html/book1.html +++ b/doc/html/book1.html @@ -7,4 +7,4 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } - Reference Manual for libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Reference Manual for libxslt

    API Menu
    Related links
    API Indexes

    Table of Contents

    • attributes: interface for the XSLT attribute handling
    • documents: interface for the document handling
    • extensions: interface for the extension support
    • extra: interface for the non-standard features
    • functions: interface for the XSLT functions not from XPath
    • imports: interface for the XSLT import support
    • keys: interface for the key matching used in key() and template matches.
    • namespaces: interface for the XSLT namespace handling
    • numbersInternals: Implementation of the XSLT number functions
    • pattern: interface for the pattern matching used in template matches.
    • preproc: precomputing stylesheets
    • security: interface for the libxslt security framework
    • templates: interface for the template processing
    • transform: the XSLT engine transformation part.
    • variables: interface for the variable matching and lookup.
    • xslt: Interfaces, constants and types related to the XSLT engine
    • xsltInternals: internal data structures, constants and functions
    • xsltexports: macros for marking symbols as exportable/importable.
    • xsltutils: set of utilities for the XSLT engine

    Daniel Veillard

    + Reference Manual for libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Reference Manual for libxslt

    API Menu
    Related links
    API Indexes

    Table of Contents

    • attributes: interface for the XSLT attribute handling
    • documents: interface for the document handling
    • extensions: interface for the extension support
    • extra: interface for the non-standard features
    • functions: interface for the XSLT functions not from XPath
    • imports: interface for the XSLT import support
    • keys: interface for the key matching used in key() and template matches.
    • namespaces: interface for the XSLT namespace handling
    • numbersInternals: Implementation of the XSLT number functions
    • pattern: interface for the pattern matching used in template matches.
    • preproc: precomputing stylesheets
    • security: interface for the libxslt security framework
    • templates: interface for the template processing
    • transform: the XSLT engine transformation part.
    • variables: interface for the variable matching and lookup.
    • xslt: Interfaces, constants and types related to the XSLT engine
    • xsltInternals: internal data structures, constants and functions
    • xsltexports: macros for marking symbols as exportable/importable.
    • xsltutils: set of utilities for the XSLT engine

    Daniel Veillard

    diff --git a/doc/html/index.html b/doc/html/index.html index 843b511..a93550d 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -7,4 +7,4 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } - Reference Manual for libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Reference Manual for libxslt

    API Menu
    Related links
    API Indexes

    Table of Contents

    • attributes: interface for the XSLT attribute handling
    • documents: interface for the document handling
    • extensions: interface for the extension support
    • extra: interface for the non-standard features
    • functions: interface for the XSLT functions not from XPath
    • imports: interface for the XSLT import support
    • keys: interface for the key matching used in key() and template matches.
    • namespaces: interface for the XSLT namespace handling
    • numbersInternals: Implementation of the XSLT number functions
    • pattern: interface for the pattern matching used in template matches.
    • preproc: precomputing stylesheets
    • security: interface for the libxslt security framework
    • templates: interface for the template processing
    • transform: the XSLT engine transformation part.
    • variables: interface for the variable matching and lookup.
    • xslt: Interfaces, constants and types related to the XSLT engine
    • xsltInternals: internal data structures, constants and functions
    • xsltexports: macros for marking symbols as exportable/importable.
    • xsltutils: set of utilities for the XSLT engine

    Daniel Veillard

    + Reference Manual for libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Reference Manual for libxslt

    API Menu
    Related links
    API Indexes

    Table of Contents

    • attributes: interface for the XSLT attribute handling
    • documents: interface for the document handling
    • extensions: interface for the extension support
    • extra: interface for the non-standard features
    • functions: interface for the XSLT functions not from XPath
    • imports: interface for the XSLT import support
    • keys: interface for the key matching used in key() and template matches.
    • namespaces: interface for the XSLT namespace handling
    • numbersInternals: Implementation of the XSLT number functions
    • pattern: interface for the pattern matching used in template matches.
    • preproc: precomputing stylesheets
    • security: interface for the libxslt security framework
    • templates: interface for the template processing
    • transform: the XSLT engine transformation part.
    • variables: interface for the variable matching and lookup.
    • xslt: Interfaces, constants and types related to the XSLT engine
    • xsltInternals: internal data structures, constants and functions
    • xsltexports: macros for marking symbols as exportable/importable.
    • xsltutils: set of utilities for the XSLT engine

    Daniel Veillard

    diff --git a/doc/html/libxslt-attributes.html b/doc/html/libxslt-attributes.html index 06528e0..03be06f 100644 --- a/doc/html/libxslt-attributes.html +++ b/doc/html/libxslt-attributes.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } - Module attributes from libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Module attributes from libxslt

    API Menu
    Related links
    API Indexes

    this module handles the specificities of attribute and attribute groups processing.

    Table of Contents

    void	xsltApplyAttributeSet		(xsltTransformContextPtr ctxt, 
    xmlNodePtr node,
    xmlNodePtr inst,
    const xmlChar * attributes)
    + Module attributes from libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Module attributes from libxslt

    API Menu
    Related links
    API Indexes

    this module handles the specificities of attribute and attribute groups processing.

    Table of Contents

    void	xsltApplyAttributeSet		(xsltTransformContextPtr ctxt, 
    xmlNodePtr node,
    xmlNodePtr inst,
    const xmlChar * attributes)
    void	xsltFreeAttributeSetsHashes	(xsltStylesheetPtr style)
    void	xsltParseStylesheetAttributeSet	(xsltStylesheetPtr style, 
    xmlNodePtr cur)
    void	xsltResolveStylesheetAttributeSet	(xsltStylesheetPtr style)
    diff --git a/doc/html/libxslt-documents.html b/doc/html/libxslt-documents.html index 0e2e1d4..17139d0 100644 --- a/doc/html/libxslt-documents.html +++ b/doc/html/libxslt-documents.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } - Module documents from libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Module documents from libxslt

    API Menu
    Related links
    API Indexes

    implements document loading and cache (multiple document() reference for the same resources must be equal.

    Table of Contents

    Enum xsltLoadType
    +    Module documents from libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Module documents from libxslt

    API Menu
    Related links
    API Indexes

    implements document loading and cache (multiple document() reference for the same resources must be equal.

    Table of Contents

    Enum xsltLoadType
     
    Function type: xsltDocLoaderFunc
     xmlDocPtr	xsltDocLoaderFunc	(const xmlChar * URI, 
    xmlDictPtr dict,
    int options,
    void * ctxt,
    xsltLoadType type)
    diff --git a/doc/html/libxslt-extensions.html b/doc/html/libxslt-extensions.html index 75de955..42a0375 100644 --- a/doc/html/libxslt-extensions.html +++ b/doc/html/libxslt-extensions.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } - Module extensions from libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Module extensions from libxslt

    API Menu
    Related links
    API Indexes

    This provide the API needed for simple and module extension support.

    Table of Contents

    int	xsltCheckExtPrefix		(xsltStylesheetPtr style, 
    const xmlChar * prefix)
    + Module extensions from libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Module extensions from libxslt

    API Menu
    Related links
    API Indexes

    This provide the API needed for simple and module extension support.

    Table of Contents

    int	xsltCheckExtPrefix		(xsltStylesheetPtr style, 
    const xmlChar * prefix)
    void	xsltDebugDumpExtensions		(FILE * output)
    xsltTransformFunction	xsltExtElementLookup	(xsltTransformContextPtr ctxt, 
    const xmlChar * name,
    const xmlChar * URI)
    xmlXPathFunction	xsltExtFunctionLookup	(xsltTransformContextPtr ctxt, 
    const xmlChar * name,
    const xmlChar * URI)
    diff --git a/doc/html/libxslt-extra.html b/doc/html/libxslt-extra.html index 002acde..bf36dd5 100644 --- a/doc/html/libxslt-extra.html +++ b/doc/html/libxslt-extra.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } - Module extra from libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Module extra from libxslt

    API Menu
    Related links
    API Indexes

    implement some extension outside the XSLT namespace but not EXSLT with is in a different library.

    Table of Contents

    #define XSLT_LIBXSLT_NAMESPACE
    #define XSLT_NORM_SAXON_NAMESPACE
    #define XSLT_SAXON_NAMESPACE
    #define XSLT_XALAN_NAMESPACE
    #define XSLT_XT_NAMESPACE
    void	xsltDebug			(xsltTransformContextPtr ctxt, 
    xmlNodePtr node,
    xmlNodePtr inst,
    xsltStylePreCompPtr comp)
    + Module extra from libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Module extra from libxslt

    API Menu
    Related links
    API Indexes

    implement some extension outside the XSLT namespace but not EXSLT with is in a different library.

    Table of Contents

    #define XSLT_LIBXSLT_NAMESPACE
    #define XSLT_NORM_SAXON_NAMESPACE
    #define XSLT_SAXON_NAMESPACE
    #define XSLT_XALAN_NAMESPACE
    #define XSLT_XT_NAMESPACE
    void	xsltDebug			(xsltTransformContextPtr ctxt, 
    xmlNodePtr node,
    xmlNodePtr inst,
    xsltStylePreCompPtr comp)
    void	xsltFunctionNodeSet		(xmlXPathParserContextPtr ctxt, 
    int nargs)
    void	xsltRegisterAllExtras		(void)
    void	xsltRegisterExtras		(xsltTransformContextPtr ctxt)
    diff --git a/doc/html/libxslt-functions.html b/doc/html/libxslt-functions.html index 60c49eb..f4b1678 100644 --- a/doc/html/libxslt-functions.html +++ b/doc/html/libxslt-functions.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } - Module functions from libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Module functions from libxslt

    API Menu
    Related links
    API Indexes

    a set of extra functions coming from XSLT but not in XPath

    Table of Contents

    #define XSLT_REGISTER_FUNCTION_LOOKUP
    void	xsltDocumentFunction		(xmlXPathParserContextPtr ctxt, 
    int nargs)
    + Module functions from libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Module functions from libxslt

    API Menu
    Related links
    API Indexes

    a set of extra functions coming from XSLT but not in XPath

    Table of Contents

    #define XSLT_REGISTER_FUNCTION_LOOKUP
    void	xsltDocumentFunction		(xmlXPathParserContextPtr ctxt, 
    int nargs)
    void	xsltElementAvailableFunction	(xmlXPathParserContextPtr ctxt, 
    int nargs)
    void	xsltFormatNumberFunction	(xmlXPathParserContextPtr ctxt, 
    int nargs)
    void	xsltFunctionAvailableFunction	(xmlXPathParserContextPtr ctxt, 
    int nargs)
    diff --git a/doc/html/libxslt-imports.html b/doc/html/libxslt-imports.html index a2230bc..ee3e039 100644 --- a/doc/html/libxslt-imports.html +++ b/doc/html/libxslt-imports.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } - Module imports from libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Module imports from libxslt

    API Menu
    Related links
    API Indexes

    macros and fuctions needed to implement and access the import tree

    Table of Contents

    #define XSLT_GET_IMPORT_INT
    #define XSLT_GET_IMPORT_PTR
    int	xsltFindElemSpaceHandling	(xsltTransformContextPtr ctxt, 
    xmlNodePtr node)
    + Module imports from libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Module imports from libxslt

    API Menu
    Related links
    API Indexes

    macros and fuctions needed to implement and access the import tree

    Table of Contents

    #define XSLT_GET_IMPORT_INT
    #define XSLT_GET_IMPORT_PTR
    int	xsltFindElemSpaceHandling	(xsltTransformContextPtr ctxt, 
    xmlNodePtr node)
    xsltTemplatePtr	xsltFindTemplate	(xsltTransformContextPtr ctxt, 
    const xmlChar * name,
    const xmlChar * nameURI)
    int	xsltNeedElemSpaceHandling	(xsltTransformContextPtr ctxt)
    xsltStylesheetPtr	xsltNextImport	(xsltStylesheetPtr cur)
    diff --git a/doc/html/libxslt-keys.html b/doc/html/libxslt-keys.html index e29fe0f..3c72556 100644 --- a/doc/html/libxslt-keys.html +++ b/doc/html/libxslt-keys.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } - Module keys from libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Module keys from libxslt

    API Menu
    Related links
    API Indexes

    implementation of the key mechanims.

    Table of Contents

    #define NODE_IS_KEYED
    int	xsltAddKey			(xsltStylesheetPtr style, 
    const xmlChar * name,
    const xmlChar * nameURI,
    const xmlChar * match,
    const xmlChar * use,
    xmlNodePtr inst)
    + Module keys from libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Module keys from libxslt

    API Menu
    Related links
    API Indexes

    implementation of the key mechanims.

    Table of Contents

    #define NODE_IS_KEYED
    int	xsltAddKey			(xsltStylesheetPtr style, 
    const xmlChar * name,
    const xmlChar * nameURI,
    const xmlChar * match,
    const xmlChar * use,
    xmlNodePtr inst)
    void	xsltFreeDocumentKeys		(xsltDocumentPtr doc)
    void	xsltFreeKeys			(xsltStylesheetPtr style)
    xmlNodeSetPtr	xsltGetKey		(xsltTransformContextPtr ctxt, 
    const xmlChar * name,
    const xmlChar * nameURI,
    const xmlChar * value)
    diff --git a/doc/html/libxslt-lib.html b/doc/html/libxslt-lib.html index 843b511..a93550d 100644 --- a/doc/html/libxslt-lib.html +++ b/doc/html/libxslt-lib.html @@ -7,4 +7,4 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } - Reference Manual for libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Reference Manual for libxslt

    API Menu
    Related links
    API Indexes

    Table of Contents

    • attributes: interface for the XSLT attribute handling
    • documents: interface for the document handling
    • extensions: interface for the extension support
    • extra: interface for the non-standard features
    • functions: interface for the XSLT functions not from XPath
    • imports: interface for the XSLT import support
    • keys: interface for the key matching used in key() and template matches.
    • namespaces: interface for the XSLT namespace handling
    • numbersInternals: Implementation of the XSLT number functions
    • pattern: interface for the pattern matching used in template matches.
    • preproc: precomputing stylesheets
    • security: interface for the libxslt security framework
    • templates: interface for the template processing
    • transform: the XSLT engine transformation part.
    • variables: interface for the variable matching and lookup.
    • xslt: Interfaces, constants and types related to the XSLT engine
    • xsltInternals: internal data structures, constants and functions
    • xsltexports: macros for marking symbols as exportable/importable.
    • xsltutils: set of utilities for the XSLT engine

    Daniel Veillard

    + Reference Manual for libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Reference Manual for libxslt

    API Menu
    Related links
    API Indexes

    Table of Contents

    • attributes: interface for the XSLT attribute handling
    • documents: interface for the document handling
    • extensions: interface for the extension support
    • extra: interface for the non-standard features
    • functions: interface for the XSLT functions not from XPath
    • imports: interface for the XSLT import support
    • keys: interface for the key matching used in key() and template matches.
    • namespaces: interface for the XSLT namespace handling
    • numbersInternals: Implementation of the XSLT number functions
    • pattern: interface for the pattern matching used in template matches.
    • preproc: precomputing stylesheets
    • security: interface for the libxslt security framework
    • templates: interface for the template processing
    • transform: the XSLT engine transformation part.
    • variables: interface for the variable matching and lookup.
    • xslt: Interfaces, constants and types related to the XSLT engine
    • xsltInternals: internal data structures, constants and functions
    • xsltexports: macros for marking symbols as exportable/importable.
    • xsltutils: set of utilities for the XSLT engine

    Daniel Veillard

    diff --git a/doc/html/libxslt-namespaces.html b/doc/html/libxslt-namespaces.html index dc3c8b9..3f2269a 100644 --- a/doc/html/libxslt-namespaces.html +++ b/doc/html/libxslt-namespaces.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } - Module namespaces from libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Module namespaces from libxslt

    API Menu
    Related links
    API Indexes

    set of function easing the processing and generation of namespace nodes in XSLT.

    Table of Contents

    #define UNDEFINED_DEFAULT_NS
    xmlNsPtr	xsltCopyNamespace	(xsltTransformContextPtr ctxt, 
    xmlNodePtr node,
    xmlNsPtr cur)
    + Module namespaces from libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Module namespaces from libxslt

    API Menu
    Related links
    API Indexes

    set of function easing the processing and generation of namespace nodes in XSLT.

    Table of Contents

    #define UNDEFINED_DEFAULT_NS
    xmlNsPtr	xsltCopyNamespace	(xsltTransformContextPtr ctxt, 
    xmlNodePtr node,
    xmlNsPtr cur)
    xmlNsPtr	xsltCopyNamespaceList	(xsltTransformContextPtr ctxt, 
    xmlNodePtr node,
    xmlNsPtr cur)
    void	xsltFreeNamespaceAliasHashes	(xsltStylesheetPtr style)
    xmlNsPtr	xsltGetNamespace	(xsltTransformContextPtr ctxt, 
    xmlNodePtr cur,
    xmlNsPtr ns,
    xmlNodePtr out)
    diff --git a/doc/html/libxslt-numbersInternals.html b/doc/html/libxslt-numbersInternals.html index 0d1db28..af9fd2c 100644 --- a/doc/html/libxslt-numbersInternals.html +++ b/doc/html/libxslt-numbersInternals.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } - Module numbersInternals from libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Module numbersInternals from libxslt

    API Menu
    Related links
    API Indexes

    Implementation of the XSLT number functions

    Table of Contents

    Structure xsltFormatNumberInfo
    struct _xsltFormatNumberInfo + Module numbersInternals from libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Module numbersInternals from libxslt

    API Menu
    Related links
    API Indexes

    Implementation of the XSLT number functions

    Table of Contents

    Structure xsltFormatNumberInfo
    struct _xsltFormatNumberInfo
    Typedef xsltFormatNumberInfo * xsltFormatNumberInfoPtr
     
    Structure xsltNumberData
    struct _xsltNumberData
    Typedef xsltNumberData * xsltNumberDataPtr
    diff --git a/doc/html/libxslt-pattern.html b/doc/html/libxslt-pattern.html
    index d33e6a0..137f2c7 100644
    --- a/doc/html/libxslt-pattern.html
    +++ b/doc/html/libxslt-pattern.html
    @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica}
     H2 {font-family: Verdana,Arial,Helvetica}
     H3 {font-family: Verdana,Arial,Helvetica}
     A:link, A:visited, A:active { text-decoration: underline }
    -    Module pattern from libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Module pattern from libxslt

    API Menu
    Related links
    API Indexes

    the implementation of the lookup of the right template for a given node must be really fast in order to keep decent performances.

    Table of Contents

    Structure xsltCompMatch
    struct _xsltCompMatch + Module pattern from libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Module pattern from libxslt

    API Menu
    Related links
    API Indexes

    the implementation of the lookup of the right template for a given node must be really fast in order to keep decent performances.

    Table of Contents

    Structure xsltCompMatch
    struct _xsltCompMatch The content of this structure is not made public by the API.
    Typedef xsltCompMatch * xsltCompMatchPtr
     
    int	xsltAddTemplate			(xsltStylesheetPtr style, 
    xsltTemplatePtr cur,
    const xmlChar * mode,
    const xmlChar * modeURI)
    diff --git a/doc/html/libxslt-preproc.html b/doc/html/libxslt-preproc.html index 89473c6..c5287cb 100644 --- a/doc/html/libxslt-preproc.html +++ b/doc/html/libxslt-preproc.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } - Module preproc from libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Module preproc from libxslt

    API Menu
    Related links
    API Indexes

    this is the compilation phase, where most of the stylesheet is "compiled" into faster to use data.

    Table of Contents

    xsltElemPreCompPtr	xsltDocumentComp	(xsltStylesheetPtr style, 
    xmlNodePtr inst,
    xsltTransformFunction function)
    + Module preproc from libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Module preproc from libxslt

    API Menu
    Related links
    API Indexes

    this is the compilation phase, where most of the stylesheet is "compiled" into faster to use data.

    Table of Contents

    xsltElemPreCompPtr	xsltDocumentComp	(xsltStylesheetPtr style, 
    xmlNodePtr inst,
    xsltTransformFunction function)
    void	xsltFreeStylePreComps		(xsltStylesheetPtr style)
    void	xsltStylePreCompute		(xsltStylesheetPtr style, 
    xmlNodePtr inst)

    Description

    diff --git a/doc/html/libxslt-security.html b/doc/html/libxslt-security.html index ef08159..93e32f4 100644 --- a/doc/html/libxslt-security.html +++ b/doc/html/libxslt-security.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } - Module security from libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Module security from libxslt

    API Menu
    Related links
    API Indexes

    the libxslt security framework allow to restrict the access to new resources (file or URL) from the stylesheet at runtime.

    Table of Contents

    Enum xsltSecurityOption
    +    Module security from libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Module security from libxslt

    API Menu
    Related links
    API Indexes

    the libxslt security framework allow to restrict the access to new resources (file or URL) from the stylesheet at runtime.

    Table of Contents

    Enum xsltSecurityOption
     
    Structure xsltSecurityPrefs
    struct _xsltSecurityPrefs The content of this structure is not made public by the API.
    Typedef xsltSecurityPrefs * xsltSecurityPrefsPtr
    diff --git a/doc/html/libxslt-templates.html b/doc/html/libxslt-templates.html
    index 3cfb68c..cf870e3 100644
    --- a/doc/html/libxslt-templates.html
    +++ b/doc/html/libxslt-templates.html
    @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica}
     H2 {font-family: Verdana,Arial,Helvetica}
     H3 {font-family: Verdana,Arial,Helvetica}
     A:link, A:visited, A:active { text-decoration: underline }
    -    Module templates from libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Module templates from libxslt

    API Menu
    Related links
    API Indexes

    This set of routine encapsulates XPath calls and Attribute Value Templates evaluation.

    Table of Contents

    xmlAttrPtr	xsltAttrListTemplateProcess	(xsltTransformContextPtr ctxt, 
    xmlNodePtr target,
    xmlAttrPtr cur)
    + Module templates from libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Module templates from libxslt

    API Menu
    Related links
    API Indexes

    This set of routine encapsulates XPath calls and Attribute Value Templates evaluation.

    Table of Contents

    xmlAttrPtr	xsltAttrListTemplateProcess	(xsltTransformContextPtr ctxt, 
    xmlNodePtr target,
    xmlAttrPtr cur)
    xmlAttrPtr	xsltAttrTemplateProcess	(xsltTransformContextPtr ctxt, 
    xmlNodePtr target,
    xmlAttrPtr cur)
    xmlChar *	xsltAttrTemplateValueProcess	(xsltTransformContextPtr ctxt, 
    const xmlChar * str)
    xmlChar *	xsltAttrTemplateValueProcessNode	(xsltTransformContextPtr ctxt, 
    const xmlChar * str,
    xmlNodePtr node)
    diff --git a/doc/html/libxslt-transform.html b/doc/html/libxslt-transform.html index 605a72b..8348fca 100644 --- a/doc/html/libxslt-transform.html +++ b/doc/html/libxslt-transform.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } - Module transform from libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Module transform from libxslt

    API Menu
    Related links
    API Indexes

    This module implements the bulk of the actual

    Table of Contents

    void	xslHandleDebugger		(xmlNodePtr cur, 
    xmlNodePtr node,
    xsltTemplatePtr templ,
    xsltTransformContextPtr ctxt)
    + Module transform from libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Module transform from libxslt

    API Menu
    Related links
    API Indexes

    This module implements the bulk of the actual

    Table of Contents

    void	xslHandleDebugger		(xmlNodePtr cur, 
    xmlNodePtr node,
    xsltTemplatePtr templ,
    xsltTransformContextPtr ctxt)
    void	xsltApplyImports		(xsltTransformContextPtr ctxt, 
    xmlNodePtr node,
    xmlNodePtr inst,
    xsltStylePreCompPtr comp)
    void	xsltApplyOneTemplate		(xsltTransformContextPtr ctxt, 
    xmlNodePtr node,
    xmlNodePtr list,
    xsltTemplatePtr templ,
    xsltStackElemPtr params)
    void	xsltApplyStripSpaces		(xsltTransformContextPtr ctxt, 
    xmlNodePtr node)
    diff --git a/doc/html/libxslt-variables.html b/doc/html/libxslt-variables.html index 0a2e75a..9fd164a 100644 --- a/doc/html/libxslt-variables.html +++ b/doc/html/libxslt-variables.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } - Module variables from libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Module variables from libxslt

    API Menu
    Related links
    API Indexes

    interface for the variable matching and lookup.

    Table of Contents

    #define XSLT_REGISTER_VARIABLE_LOOKUP
    int	xsltAddStackElemList		(xsltTransformContextPtr ctxt, 
    xsltStackElemPtr elems)
    + Module variables from libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Module variables from libxslt

    API Menu
    Related links
    API Indexes

    interface for the variable matching and lookup.

    Table of Contents

    #define XSLT_REGISTER_VARIABLE_LOOKUP
    int	xsltAddStackElemList		(xsltTransformContextPtr ctxt, 
    xsltStackElemPtr elems)
    int	xsltEvalGlobalVariables		(xsltTransformContextPtr ctxt)
    int	xsltEvalOneUserParam		(xsltTransformContextPtr ctxt, 
    const xmlChar * name,
    const xmlChar * value)
    int	xsltEvalUserParams		(xsltTransformContextPtr ctxt, 
    const char ** params)
    diff --git a/doc/html/libxslt-xslt.html b/doc/html/libxslt-xslt.html index 38a2f7a..32632d8 100644 --- a/doc/html/libxslt-xslt.html +++ b/doc/html/libxslt-xslt.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } - Module xslt from libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Module xslt from libxslt

    API Menu
    Related links
    API Indexes

    Interfaces, constants and types related to the XSLT engine

    Table of Contents

    #define XSLT_DEFAULT_URL
    #define XSLT_DEFAULT_VENDOR
    #define XSLT_DEFAULT_VERSION
    #define XSLT_NAMESPACE
    #define XSLT_PARSE_OPTIONS
    void	xsltCleanupGlobals		(void)
    + Module xslt from libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Module xslt from libxslt

    API Menu
    Related links
    API Indexes

    Interfaces, constants and types related to the XSLT engine

    Table of Contents

    #define XSLT_DEFAULT_URL
    #define XSLT_DEFAULT_VENDOR
    #define XSLT_DEFAULT_VERSION
    #define XSLT_NAMESPACE
    #define XSLT_PARSE_OPTIONS
    void	xsltCleanupGlobals		(void)

    Description

    Macro: XSLT_DEFAULT_URL

    #define XSLT_DEFAULT_URL

    The XSLT "vendor" URL for this processor.

    Macro: XSLT_DEFAULT_VENDOR

    #define XSLT_DEFAULT_VENDOR

    The XSLT "vendor" string for this processor.

    diff --git a/doc/html/libxslt-xsltInternals.html b/doc/html/libxslt-xsltInternals.html index 0089214..c2fc860 100644 --- a/doc/html/libxslt-xsltInternals.html +++ b/doc/html/libxslt-xsltInternals.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } - Module xsltInternals from libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Module xsltInternals from libxslt

    API Menu
    Related links
    API Indexes

    Internal data structures, constants and functions used by the XSLT engine. They are not part of the API or ABI, i.e. they can change without prior notice, use carefully.

    Table of Contents

    #define CHECK_STOPPED
    #define CHECK_STOPPED0
    #define CHECK_STOPPEDE
    #define XML_CAST_FPTR
    #define XSLT_MAX_SORT
    #define XSLT_PAT_NO_PRIORITY
    #define XSLT_RUNTIME_EXTRA
    #define XSLT_RUNTIME_EXTRA_FREE
    #define XSLT_RUNTIME_EXTRA_LST
    Structure xsltDecimalFormat
    struct _xsltDecimalFormat + Module xsltInternals from libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Module xsltInternals from libxslt

    API Menu
    Related links
    API Indexes

    Internal data structures, constants and functions used by the XSLT engine. They are not part of the API or ABI, i.e. they can change without prior notice, use carefully.

    Table of Contents

    #define CHECK_STOPPED
    #define CHECK_STOPPED0
    #define CHECK_STOPPEDE
    #define XML_CAST_FPTR
    #define XSLT_MAX_SORT
    #define XSLT_PAT_NO_PRIORITY
    #define XSLT_RUNTIME_EXTRA
    #define XSLT_RUNTIME_EXTRA_FREE
    #define XSLT_RUNTIME_EXTRA_LST
    Structure xsltDecimalFormat
    struct _xsltDecimalFormat
    Typedef xsltDecimalFormat * xsltDecimalFormatPtr
     
    Structure xsltDocument
    struct _xsltDocument
    Typedef xsltDocument * xsltDocumentPtr
    diff --git a/doc/html/libxslt-xsltexports.html b/doc/html/libxslt-xsltexports.html
    index fb2866c..aba0bae 100644
    --- a/doc/html/libxslt-xsltexports.html
    +++ b/doc/html/libxslt-xsltexports.html
    @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica}
     H2 {font-family: Verdana,Arial,Helvetica}
     H3 {font-family: Verdana,Arial,Helvetica}
     A:link, A:visited, A:active { text-decoration: underline }
    -    Module xsltexports from libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Module xsltexports from libxslt

    API Menu
    Related links
    API Indexes

    macros for marking symbols as exportable/importable.

    Table of Contents

    #define LIBXSLT_PUBLIC
    #define XSLTCALL
    #define XSLTPUBFUN
    #define XSLTPUBVAR
    #define _REENTRANT

    Description

    + Module xsltexports from libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Module xsltexports from libxslt

    API Menu
    Related links
    API Indexes

    macros for marking symbols as exportable/importable.

    Table of Contents

    #define LIBXSLT_PUBLIC
    #define XSLTCALL
    #define XSLTPUBFUN
    #define XSLTPUBVAR
    #define _REENTRANT

    Description

    Macro: LIBXSLT_PUBLIC

    #define LIBXSLT_PUBLIC

    Macro: XSLTCALL

    #define XSLTCALL

    Macro: XSLTPUBFUN

    #define XSLTPUBFUN

    diff --git a/doc/html/libxslt-xsltutils.html b/doc/html/libxslt-xsltutils.html index 1814d57..c322cb9 100644 --- a/doc/html/libxslt-xsltutils.html +++ b/doc/html/libxslt-xsltutils.html @@ -7,7 +7,7 @@ H1 {font-family: Verdana,Arial,Helvetica} H2 {font-family: Verdana,Arial,Helvetica} H3 {font-family: Verdana,Arial,Helvetica} A:link, A:visited, A:active { text-decoration: underline } - Module xsltutils from libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Module xsltutils from libxslt

    API Menu
    Related links
    API Indexes

    interfaces for the utilities module of the XSLT engine. things like message handling, profiling, and other generally useful routines.

    Table of Contents

    #define IS_XSLT_ELEM
    #define IS_XSLT_NAME
    #define IS_XSLT_REAL_NODE
    #define XSLT_STRANGE
    #define XSLT_TIMESTAMP_TICS_PER_SEC
    #define XSLT_TODO
    #define XSLT_TRACE
    Enum xsltDebugStatusCodes
    +    Module xsltutils from libxslt
    Action against software patentsGnome2 LogoW3C logoRed Hat Logo
    Made with Libxslt Logo

    The XSLT C library for Gnome

    Module xsltutils from libxslt

    API Menu
    Related links
    API Indexes

    interfaces for the utilities module of the XSLT engine. things like message handling, profiling, and other generally useful routines.

    Table of Contents

    #define IS_XSLT_ELEM
    #define IS_XSLT_NAME
    #define IS_XSLT_REAL_NODE
    #define XSLT_STRANGE
    #define XSLT_TIMESTAMP_TICS_PER_SEC
    #define XSLT_TODO
    #define XSLT_TRACE
    Enum xsltDebugStatusCodes
     
    Enum xsltDebugTraceCodes
     
    int	xslAddCall			(xsltTemplatePtr templ, 
    xmlNodePtr source)
    void	xslDropCall			(void)
    @@ -115,7 +115,7 @@ int xsltAddCallCallback (x
    ctxt:a XSLT process context
    sorts:array of sort nodes
    nbsorts:the number of sorts in the array

    Function: xsltDoSortFunction

    void	xsltDoSortFunction		(xsltTransformContextPtr ctxt, 
    xmlNodePtr * sorts,
    int nbsorts)

    reorder the current node list accordingly to the set of sorting requirement provided by the arry of nodes. This is a wrapper function, the actual function used is specified using xsltSetCtxtSortFunc() to set the context specific sort function, or xsltSetSortFunc() to set the global sort function. If a sort function is set on the context, this will get called. Otherwise the global sort function is called.

    ctxt:a XSLT process context
    sorts:array of sort nodes
    nbsorts:the number of sorts in the array

    Function: xsltDocumentSortFunction

    void	xsltDocumentSortFunction	(xmlNodeSetPtr list)
    -

    reorder the current node list @list accordingly to the document order

    +

    reorder the current node list @list accordingly to the document order This function is slow, obsolete and should not be used anymore.

    list:the node set

    Function type: xsltDropCallCallback

    Function type: xsltDropCallCallback
     void	xsltDropCallCallback		(void)
     


    diff --git a/doc/libxslt-api.xml b/doc/libxslt-api.xml index c57cae1..64b89a3 100644 --- a/doc/libxslt-api.xml +++ b/doc/libxslt-api.xml @@ -1297,7 +1297,7 @@ informations are stored'/> - reorder the current node list @list accordingly to the document order + reorder the current node list @list accordingly to the document order This function is slow, obsolete and should not be used anymore. diff --git a/doc/libxslt-refs.xml b/doc/libxslt-refs.xml index 537c4e3..d8e33ce 100644 --- a/doc/libxslt-refs.xml +++ b/doc/libxslt-refs.xml @@ -2770,6 +2770,9 @@ + + + @@ -4726,6 +4729,9 @@ + + + @@ -5518,6 +5524,7 @@ + @@ -5574,6 +5581,9 @@ + + + diff --git a/doc/libxslt.xsa b/doc/libxslt.xsa index cb02c20..92aaf54 100644 --- a/doc/libxslt.xsa +++ b/doc/libxslt.xsa @@ -8,17 +8,19 @@ libxslt - 1.1.14 - Apr 02 2005 + 1.1.15 + Sep 04 2005 http://xmlsoft.org/XSLT/ - - 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 - select, xinclude and document() problem, build outside of source tree - (Mike Castle) - - improvement: added a --nodict mode to xsltproc to check problems for - docuemtns without dictionnaries + - 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 + (William), text copy bugs (William), bug related to xmlXPathContext size, + reuse libxml2 memory management for text nodes, dictionnary text bug, + forbid variables in match (needs libxml2-2.6.21) + - improvements: EXSLT dyn:map (Mark Vakoc), + - documentation: EXSLT date and time functions namespace in man (Jonathan + Wakely) diff --git a/doc/news.html b/doc/news.html index cd8b5c9..a6ed7ee 100644 --- a/doc/news.html +++ b/doc/news.html @@ -9,7 +9,20 @@ 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 CVS code base.

    Those are the public releases made:

    1.1.15: Sep 04 2005