|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Evaluating parameter in <xsl:when> vs evaluating param
Hi there
In the following snippet the " xalan:evaluate($sortParameter) " gets the
correct value when placed in the <xsl:sort> tag but not does not
seem to do so when placed in the <xsl:when> tag.
Is there any reason why the evaluation in the <xsl:when> tag is not
working in my code?
....
<xsl:variable name="sortParameter">
<xsl:value-of select="sortby"/>
</xsl:variable>
<xsl:choose>
<xsl:when test="xalan:evaluate($sortParameter) = 'name'" >
<xsl:for-each select="query">
<xsl:sort select="xalan:evaluate($sortParameter)"
order="ascending"/>
......
</xsl:when>
<xsl:otherwise>
<xsl:for-each select="query">
<xsl:sort select="xalan:evaluate($sortParameter)"
order="descending"/>
....
Thanks in advance
Roelf
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








