diff --git a/ChangeLog b/ChangeLog index 9257d605..b27acb76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Tue Jul 24 17:45:22 CEST 2001 Daniel Veillard + + * configure.in libxslt.spec.in libxslt/xsltwin32config.h: + releasing 1.0.1 + * doc/html/*.html: updated the docs. + * xsltproc/xsltproc.c: activate line numbering unfortunately + this works only with CVS, libxml2-2.4.1 is broken in this respect + Mon Jul 23 23:35:00 HKT 2001 William M. Brack * libxslt/documents.c enhancement to xsltFindDocument to diff --git a/configure.in b/configure.in index 92fc5599..7576f7bd 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl libxslt is the main part of the package dnl LIBXSLT_MAJOR_VERSION=1 LIBXSLT_MINOR_VERSION=0 -LIBXSLT_MICRO_VERSION=0 +LIBXSLT_MICRO_VERSION=1 PACKAGE=libxslt LIBXSLT_VERSION=$LIBXSLT_MAJOR_VERSION.$LIBXSLT_MINOR_VERSION.$LIBXSLT_MICRO_VERSION @@ -24,7 +24,7 @@ dnl dnl libexslt is an extension library dnl LIBEXSLT_MAJOR_VERSION=0 -LIBEXSLT_MINOR_VERSION=1 +LIBEXSLT_MINOR_VERSION=2 LIBEXSLT_MICRO_VERSION=0 LIBEXSLT_VERSION=$LIBEXSLT_MAJOR_VERSION.$LIBEXSLT_MINOR_VERSION.$LIBEXSLT_MICRO_VERSION @@ -164,7 +164,8 @@ dnl dnl find libxml dnl XML_CONFIG="xml2-config" -LIBXML_REQUIRED_VERSION=2.4.0 +LIBXML_REQUIRED_VERSION=2.4.1 +AC_SUBST(LIBXML_REQUIRED_VERSION) AC_MSG_CHECKING(for libxml libraries >= $LIBXML_REQUIRED_VERSION) if test "x$LIBXML_PREFIX" != "x" then diff --git a/doc/html/libxslt-attributes.html b/doc/html/libxslt-attributes.html index 166cfc22..c3427441 100644 --- a/doc/html/libxslt-attributes.html +++ b/doc/html/libxslt-attributes.html @@ -122,7 +122,7 @@ NAME="LIBXSLT-ATTRIBUTES" >

Name

Synopsis

Description

Details



Name

Synopsis

Description

Details









Name

Synopsis

Description

Details

a macro to import pointers from the stylesheet cascading order


a macro to import intergers from the stylesheet cascading order






Name

Synopsis

Description

Details





Name

Synopsis

Description

Details






Name

Synopsis

Description

Details


Name

Synopsis

Description

Details










Name

Synopsis

Description

Details









Name

Synopsis

Description

Details
























Name

Synopsis

Description

Details

registering macro, not general purpose at all but used in different modules












Name

Synopsis

Description

Details













signature of the function associated to elements part of the -stylesheet language like xsl:if or xsl:apply-templates.

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






















Name

Synopsis

xsltGenericDebugContext; void xsltPrintErrorContext (xsltTransformContextPtr ctxt, + xsltStylesheetPtr style, + xmlNodePtr node); +void xsltMessage ( xsltTimestamp (void); (void); +void xsltCalibrateAdjust (long delta); +#define XSLT_TIMESTAMP_TICS_PER_SEC

Description

Details



Checks that the element pertains to XSLt namespace


Checks the value of an element in XSLT namespace







xsltPrintErrorContext ()

void        xsltPrintErrorContext           (xsltTransformContextPtr ctxt,
+                                             xsltStylesheetPtr style,
+                                             xmlNodePtr node);

Display the context of an error.

ctxt : the transformation context
style : the stylesheet
node : the current node being processed













the number of milliseconds since the beginning of the +>the number of tenth of milliseconds since the beginning of the profiling


xsltCalibrateAdjust ()

void        xsltCalibrateAdjust             (long delta);

Used for to correct the calibration for xsltTimestamp()

delta : a negative dealy value found


XSLT_TIMESTAMP_TICS_PER_SEC

#define XSLT_TIMESTAMP_TICS_PER_SEC 100000l