>>but doesn't work in case when $order == "descending"
>>
>> <xsl:for-each select="$selectedTable/product">
>> <xsl:sort select="substring(@price,2)" data-type="number"
>>order="{$order}"/>
>Try it without the curly brackets:
><xsl:sort select="substring(@price,2)" data-type="number" order="$order"/>
>The curly brackets only get used when you want to use an XSL variable or
>parameter outside of an <xsl> tag.
without the curly brackets I have the same result
Regards
Andrew
- RE: [Sab] xsl:sort support James Eberhardt
- RE: [Sab] xsl:sort support Andrew Vorobyov
- RE: [Sab] xsl:sort support James Eberhardt
- Re: [Sab] xsl:sort support Tom Kaiser
- RE: [Sab] xsl:sort support Andrew Vorobyov
- RE: [Sab] xsl:sort support Andrew Vorobyov
- [Sab] entity problem �rvar K�rason
- Re: [Sab] entity problem Tom Kaiser
- RE: [Sab] xsl:sort support Puneet Grover
