distinct-values


distinct-values

The distinct-values() function eliminates duplicate values from a sequence. For example, «distinct-values((3, 5, 3, 6)) » might return «(5, 6, 3) ».

Argument

Data Type

Meaning

sequence

xdt:anyAtomicType*

The input sequence

collation (optional)

xs : string

The collation to be used when comparing values that are strings

Result

xdt:anyAtomicType *

The input sequence, with duplicate values removed. The order of items in the result is undefined




XSLT 2.0 Programmer's Reference
NetBeansв„ў IDE Field Guide: Developing Desktop, Web, Enterprise, and Mobile Applications (2nd Edition)
ISBN: 764569090
EAN: 2147483647
Year: 2003
Pages: 324

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net