A RESTful browser for eXist Java-Based Function Modules


http://www.w3.org/2005/xpath-functions
A module with the XQuery/XPath Core Library Functions

distinct-values($atomic-values as xdt:anyAtomicType*) xdt:anyAtomicType*
Returns a sequence where duplicate values of $atomic-values, based on value equality, have been deleted.
$atomic-valuesThe atomic values

Returns the distinct values sequence

distinct-values($atomic-values as xdt:anyAtomicType*, $collation-uri as xs:string) xdt:anyAtomicType*
Returns a sequence where duplicate values of $atomic-values, based on value equality specified by collation $collation-uri, have been deleted.
$atomic-valuesThe atomic values
$collation-uriThe collation URI

Returns the distinct values sequence
Return to list of all modules