Modules | Category: boundary Use CaseSource<values /> Stylesheet<xsl:template match="values">
<result>
<xsl:text>Highest: </xsl:text>
<xsl:call-template name="math:highest">
<xsl:with-param name="nodes"
select="value" />
</xsl:call-template>
</result>
</xsl:template>Result<result>Highest: </result> Change HistorySubmitted: 2001-03-28 CopyrightThis material is in the public domain. |
http://www.exslt.org/math.highest.use-case.4.html last modified 2001-03-28