Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

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


  • No labels