EXSLT - Dynamic - Implementer Page

Version: 1
User Page: index.html
XML Definition: dyn.xml
Module Package: dyn.zip

EXSLT - Dynamic covers extension elements and functions that deal with the dynamic evaluation of strings containing XPath expressions.

The extension elements and functions defined within this document are governed by the general rules about extensions to XSLT covered in [14. Extensions] in [XSLT 1.0].

XSLT processors are free to support any number of the extension elements and functions described in this document. However, an XSLT processor must not claim to support EXSLT - Dynamic unless all the core extensions described within this document are implemented by the processor. An implementation of an extension element or function in an EXSLT namespace must conform to the behaviour described in this document.

Using EXSLT will only make your stylesheet portable amongst the implementations that support EXSLT. Note that there is no requirement for XSLT processors that are compliant to XSLT to support the extensions described within EXSLT.

Namespace

The namespace for EXSLT - Dynamic is:

http://exslt.org/dynamic

Throughout this document, the prefix dyn is used to refer to this namespace. Any other prefix can be used within a particular stylesheet (though a prefix must be specified to enable the extension functions to be recognised as extensions).

Functions

Other Functions

The following extension functions are not considered stable and are not part of the core of EXSLT - Dynamic. Processors that claim support of EXSLT - Dynamic might not support these functions.

FunctionVersionStatusSyntaxDownload
dyn:evaluate1newobject dyn:evaluate(string)-
dyn:min1newnumber dyn:min(node-set, string)-
dyn:max1newnumber dyn:max(node-set, string)-
dyn:sum1newnumber dyn:sum(node-set, string)-
dyn:map1newnode-set dyn:map(node-set, string)-
dyn:closure1newnode-set dyn:closure(node-set, string)-
* old version of function

Change History

Submitted: 2001-11-25
Creator: Jeni Tennison

A module of functions involving dynamic evaluation of XPath expressions.

http://www.exslt.org/dyn/dyn.html last modified 2001-11-25