Visit Mozilla.org

EXSLT:set:distinct

From MDC

XSLT/XPath Reference: XSLT elements, EXSLT functions, XPath functions, XPath axes

This article covers features introduced in Firefox 3

Contents


set:distinct() returns a subset of the nodes in the specified node-set, returning only nodes with unique string values.

[edit] Syntax

set:distinct(nodeSet)

[edit] Arguments

nodeSet
The node-set in which to find unique nodes.

[edit] Returns

A node-set containing the nodes that have unique string values.

[edit] Defined

EXSLT - SET:DISTINCT

[edit] Gecko support

Supported in Gecko 1.9 and later.