[ Karl J. Stubsjoen]
Ultimately, I need to sort by @value where value is a number
ranging from -3
to 6
<xsl:apply-templates select="$rateit_lu//AXRATE"
mode="get_RateIT_Selection">
<xsl:with-param name="rate">0</xsl:with-param>
<xsl:sort select="$rateit_lu//AXRATE/@value" />
</xsl:apply-templates>
<xsl:apply-templates select="$rateit_lu//AXRATE"
mode="get_RateIT_Selection">
<xsl:with-param name="rate">0</xsl:with-param>
<xsl:sort select="@value" />
</xsl:apply-templates>
None of these work at all. What do you suppose the problem is?
What do you mean? Do you get an error? Results sorted differently from
what you expect? No output? How are you conecting the lookup values
with the data from the xml source document/
Cheers,
Tom P
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list