Skip to content

distinct-values

Overview

Returns a node-set with duplicates eliminated.

1
node-set distinct-values(nodes)

Arguments

node-set nodes

sequence of nodes

Return Value

List of node-set with distinct values.

Remarks

This function converts each node to a string in the given nodes and compares it with other nodes.

Examples

See Also