Modules | Category: error
This use case shows an error when the function is passed a
number as the value of the 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>Highest: </xsl:text>
<xsl:call-template name="math:highest">
<xsl:with-param name="nodes"
select="number(value)" />
</xsl:call-template>
</xsl:template>Change HistorySubmitted: 2001-03-28
CopyrightThis material is in the public domain. |
http://www.exslt.org/math/functions/highest/math.highest.use-case.6.html last modified 2002-11-12