distinct-values¶
Overview¶
Returns a node-set with duplicates eliminated.
1 |
|
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.