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]