Home
Download
Wiki
Demo
Open Source Native XML Database
About Us
Who we are
Acknowledgements
Documentation
Quick Start
Function Library
Extension Modules
Main Documentation
Feature Sheet
XQuery Wikibook
Examples
XQuery Sandbox
XML Acronyms
Bibliographic
All Examples
Community
Mailing List/IRC
Development
Javadocs
ChangeLog
Bug Tracker
Subversion
Submit Patches
Administration
Admin
Server Status
Webstart Client
A RESTful browser for eXist Java-Based Function Modules
Modules
>
xpath-functions
>
distinct-values
http://www.w3.org/2005/xpath-functions
A module with the XQuery/XPath Core Library Functions
distinct-values
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-values
The atomic values
Returns the distinct values sequence
distinct-values
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-values
The atomic values
$collation-uri
The collation URI
Returns the distinct values sequence
Return to list of all modules