|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Sorting problem with Xalan 1.0.0
> order="{$orderby}"/>
order is not an Attribute Value Template so you can not do that.
An early lotusxsl did I think have a bug that treated order as an AVT
but current xalan meets the spec in this regard.
you have to use
<xsl:choose>
<xsl:when test="$orderby='ascending'"><xsl:sort select=... order="ascending"/></xsl:when>
(I don't think there is any good reason for order not being an AVT, it
just isnt)
David
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








