SAXONICA |
fn:distinct-values( xs:anyAtomicType* $srcval) → xs:anyAtomicType*
Function signature
$srcval |
xs:anyAtomicType * |
Result |
xs:anyAtomicType * |
Returns the set of distinct values present in a given sequence. The current Saxon implementation returns the values in "order of first appearance", but it cannot be assumed that this will always remain the case.
fn:distinct-values( xs:anyAtomicType* $srcval, string $collation) → xs:anyAtomicType*
Function signature
$srcval |
xs:anyAtomicType * |
$collation |
string |
Result |
xs:anyAtomicType * |
Returns the set of distinct values present in a given sequence, comparing strings using a named collation. The current Saxon implementation returns the values in "order of first appearance", but it cannot be assumed that this will always remain the case.