distinct-values
Overview
Returns a node-set with duplicates eliminated.
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
Copyright © 2010 - 2023 Emakin. All rights reserved.