EXSLT - Random - Implementer Page

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

EXSLT - Random covers extension elements and functions that provide facilities to do with randomness.

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 - Random 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 - Random is:

http://exslt.org/random

Throughout this document, the prefix random 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

Core Functions

The following extension functions are considered stable and are core to EXSLT - Random. Processors that claim support of EXSLT - Random must support these functions.

FunctionVersionStatusSyntaxDownload
random:random-sequence1implementednumber+ random:random-sequence(number?, number?)-
* old version of function

Change History

Submitted: 2003-10-10
Creator: Jim Fuller

A module of functions concerning randomness.

http://www.exslt.org/random/random.html last modified 2003-10-10