There is a bug in the 0.52 disabling the sorting on Solaris according to
Steve Rowe (v.2.6, v.2.7) and our own experience on v.8. It seems to work on
some systems (e.g. Andrew Ho's box) but generally we admit the 0.52 fails on
Solaris. We will publish a fix as soon as possible, please use the 0.51 on
Solaris in the meantime.

Thanks,
Petr

Raphael Chauvel wrote:

> Hi,
>
> AH> <xsl:sort/> works fine for me on Solaris (although I had to patch
> AH> Sablotron 0.52 myself to get it to compile as well).
>
> We use 0.52.1 here and <xsl:sort/> works fine on Windows but it does not
> on Solaris.
> Following is an example of how we use it if it helps...
>
>    <xsl:for-each select="CATALOG/CD">
>       <xsl:sort select="ARTIST"/>
>       <tr>
>         <td><xsl:value-of select="TITLE"/></td>
>         <td><xsl:value-of select="ARTIST"/></td>
>       </tr>
>    </xsl:for-each>
>
> Do we need to configure something special to make it work?
>
> --
>
> Raphael Chauvel
> Project Leader
> Metrix Systems
>
> 15, Traverse des Brucs
> F - 06560 Sophia Antipolis
> Tel:      +33 4 92 38 13 44
> Fax:      +33 4 92 38 13 01
> mailto:[EMAIL PROTECTED]

--
Petr Cimprich
Ginger Alliance
www.gingerall.com


Reply via email to