Modules | Category: error This use case shows an error when the function is passed a number as the value of the first argument. Use CaseSource (view)<values> <value id="one">7</value> <value id="two">11</value> <value id="three">8</value> <value id="four">4</value> </values> Stylesheet (view)<xsl:output method="text" /> <xsl:template match="values"> <xsl:text>Lowest: </xsl:text> <xsl:value-of select="math:lowest(number(value))" /> </xsl:template> Change HistorySubmitted: 2001-03-28
CopyrightThis material is in the public domain. |
http://www.exslt.org/math/functions/lowest/math.lowest.use-case.5.html last modified 2002-11-12