max


The max() function returns the maximum value in a sequence. The input sequence may contain any items that can be compared using the «lt » and «gt » operators. Untyped values are compared as numbers . For example, «max((3, 4, 5)) » returns 5 .

Argument

Data Type

Meaning

sequence

xdt:anyAtomicType*

The input sequence

Collation (optional)

xs:string

Collation used for comparing strings

Result

xdt:anyAtomicType?

The maximum value found in the input sequence




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