Hi all.
xsl:sort work fine on Win32 sab .5 in following case
<xsl:for-each select="$selectedTable/product">
<xsl:sort select="substring(@price,2)" data-type="number"
order="descending"/>
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}"/>
Any help will be appreciated
Andrew
- [Sab] quoting issue Mark Bartel
- Re: [Sab] quoting issue Petr Cimprich
- [Sab] xsl:sort support cutlass
- Re: [Sab] xsl:sort support IGNORE cutlass
- Re: [Sab] quoting issue Andrew Vorobyov
- Re: [Sab] quoting issue Tom Kaiser
- RE: [Sab] quoting issue Mark Bartel
