diff --git a/ChangeLog b/ChangeLog index f6d66d57..8918c19a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Feb 8 12:51:00 CET 2001 Daniel Veillard + + * doc/libxslt.sgml doc/html/*.html: updated and rebuilt the doc list + Thu Feb 8 12:36:23 CET 2001 Daniel Veillard * README configure.in libxslt.spec.in: bumped to 0.1.0, getting diff --git a/doc/html/book1.html b/doc/html/book1.html index e54e6e64..e0117f13 100644 --- a/doc/html/book1.html +++ b/doc/html/book1.html @@ -141,11 +141,6 @@ HREF="libxslt-transform.html" > —
xsltInternals
xsltutils
variables —
keys
xsltInternals
numbersInternals

Name

Synopsis

Description

Details




Name

Synopsis

Description

Details





keys
Gnome XSLT Library Reference Manual
<<< Previous PageHomeUpNext Page >>>

keys

Name

keys -- 

Synopsis


+
+int         xsltAddKey                      (xsltStylesheetPtr style,
+                                             const xmlChar *name,
+                                             const xmlChar *nameURI,
+                                             const xmlChar *match,
+                                             const xmlChar *use);
+xmlNodeSetPtr xsltGetKey                    (xsltTransformContextPtr ctxt,
+                                             const xmlChar *name,
+                                             const xmlChar *nameURI,
+                                             const xmlChar *value);
+void        xsltInitCtxtKeys                (xsltTransformContextPtr ctxt);
+void        xsltFreeKeys                    (xsltStylesheetPtr style);
+void        xsltFreeCtxtKeys                (xsltTransformContextPtr ctxt);

Description

Details

xsltAddKey ()

int         xsltAddKey                      (xsltStylesheetPtr style,
+                                             const xmlChar *name,
+                                             const xmlChar *nameURI,
+                                             const xmlChar *match,
+                                             const xmlChar *use);

add a key definition to a stylesheet

style : an XSLT stylesheet
name : the key name or NULL
nameURI : the name URI or NULL
match : the match value
use : the use value
Returns :0 in case of success, and -1 in case of failure.


xsltGetKey ()

xmlNodeSetPtr xsltGetKey                    (xsltTransformContextPtr ctxt,
+                                             const xmlChar *name,
+                                             const xmlChar *nameURI,
+                                             const xmlChar *value);

Lookup a key

ctxt : an XSLT transformation context
name : the key name or NULL
nameURI : the name URI or NULL
value : the key value to look for
Returns :the nodeset resulting from the query or NULL


xsltInitCtxtKeys ()

void        xsltInitCtxtKeys                (xsltTransformContextPtr ctxt);

Computes all the keys tables for the current input document. +Should be done before global varibales are initialized.

ctxt : an XSLT transformation context


xsltFreeKeys ()

void        xsltFreeKeys                    (xsltStylesheetPtr style);

Free up the memory used by XSLT keys in a stylesheet

style : an XSLT stylesheet


xsltFreeCtxtKeys ()

void        xsltFreeCtxtKeys                (xsltTransformContextPtr ctxt);

Free up all the space used by the key tables

ctxt : an XSLT transformation context

\ No newline at end of file diff --git a/doc/html/libxslt-lib.html b/doc/html/libxslt-lib.html index ca49fd82..e0d140f0 100644 --- a/doc/html/libxslt-lib.html +++ b/doc/html/libxslt-lib.html @@ -142,11 +142,6 @@ HREF="libxslt-transform.html" > —
xsltInternals
xsltutils
variables —
keys
xsltInternals
numbersInternals

Name

Synopsis

Description

Details





numbersInternals
Gnome XSLT Library Reference Manual
<<< Previous PageHomeUp 

numbersInternals

Name

numbersInternals -- 

Synopsis


+
+xmlXPathError xsltFormatNumberConversion    (xsltDecimalFormatPtr,
+                                             xmlChar*,
+                                             double,
+                                             xmlChar**);
+void        xsltNumberFormat                (xsltTransformContextPtr,
+                                             xsltNumberDataPtr,
+                                             xmlNodePtr);

Description

Details

xsltFormatNumberConversion ()

xmlXPathError xsltFormatNumberConversion    (xsltDecimalFormatPtr,
+                                             xmlChar*,
+                                             double,
+                                             xmlChar**);

Param1 : 
Param2 : 
Param3 : 
Param4 : 
Returns :


xsltNumberFormat ()

void        xsltNumberFormat                (xsltTransformContextPtr,
+                                             xsltNumberDataPtr,
+                                             xmlNodePtr);

Param1 : 
Param2 : 
Param3 :



<<< Previous PageHomeUp 
xsltInternals 
\ No newline at end of file diff --git a/doc/html/libxslt-pattern.html b/doc/html/libxslt-pattern.html index ed265d29..adfe3061 100644 --- a/doc/html/libxslt-pattern.html +++ b/doc/html/libxslt-pattern.html @@ -154,7 +154,15 @@ HREF="XSLTSTYLESHEETPTR" xsltTemplatePtr cur); +> cur, + const xmlChar *mode, + const xmlChar *modeURI); xsltTemplatePtr

Description

Details

xsltTemplatePtr cur); cur, + const xmlChar *mode, + const xmlChar *modeURI);mode : the mode name or NULLmodeURI : the mode URI or NULLReturns

an XML Node 

Name

Synopsis

Description

Details








Name

Synopsis

Description

Details


Name

Synopsis

Description

Details












Name

Synopsis

xsltStackElemPtr elem); xsltDecimalFormatPtr xsltDecimalFormatGetByName + (xsltStylesheetPtr sheet, + xmlChar *name); +xsltStylesheetPtr

Description

Details



















xsltDecimalFormatGetByName ()

xsltDecimalFormatPtr xsltDecimalFormatGetByName
+                                            (xsltStylesheetPtr sheet,
+                                             xmlChar *name);

Find decimal-format by name

sheet : the XSLT stylesheet
name : the decimal-format name to find
Returns :