EXSLT - Sets - Implementer Page

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

EXSLT - Sets covers those extension elements and functions that provide facilities to do with set manipulation.

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

http://exslt.org/sets

Throughout this document, the prefix set 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 - Sets. Processors that claim support of EXSLT - Sets must support these functions.

FunctionVersionStatusSyntaxDownload
set:difference1stablenode-set set:difference(node-set, node-set)set.difference.zip
set:intersection1stablenode-set set:intersection(node-set, node-set)set.intersection.zip
set:distinct1stablenode-set set:distinct(node-set)set.distinct.zip
set:has-same-node1stableboolean set:has-same-node(node-set, node-set)set.has-same-node.zip
set:leading1stablenode-set set:leading(node-set, node-set)set.leading.zip
set:trailing1stablenode-set set:trailing(node-set, node-set)set.trailing.zip
* old version of function

Change History

Submitted: 2001-03-28
Creator: Jeni Tennison

A module of functions dealing with set manipulation.

VersionModifiedByDetails
1.12001-05-22Jeni Tennison

Moved set:difference, set:intersection, set:distinct, set:has-same-node, set:leading and set:traling into the core.

http://www.exslt.org/set/set.html last modified 2001-05-22