Visit Mozilla.org

EXSLT:math:lowest

From MDC

XSLT/XPath Reference: XSLT elements, EXSLT functions, XPath functions, XPath axes

This article covers features introduced in Firefox 3

Contents


math:lowest() returns the node in the specified node-set with the lowest value (where the lowest value calculated using math:min()).

A node has this minimum value if converting its string value to a number equals the minimum value.

Note: If any nodes in the node-set have a non-numeric value, this function returns NaN.

[edit] Syntax

math:lowest(nodeSet)

[edit] Arguments

nodeSet
The node-set whose lowest value is to be returned.

[edit] Returns

A result tree fragment consisting of copies of the nodes returned by math:min().

[edit] Defined

EXSLT - MATH:LOWEST

[edit] Gecko support

Supported in Gecko 1.9 and later.