Altova Mailing List Archives>Archive Index >comp.text.xml Archive Home >Recent entries >Thread Prev - Sort Column In Table (ascending) Using attributes [Thread Next] Re: Sort Column In Table (ascending) Using attributesTo: NULL Date: 10/2/2004 9:36:00 AM > <xsl:for-each select="llnode">
>
> <xsl:sort select = "./@name" order="descending"/>
>
> <xsl:apply-templates select="llnode" />
> </xsl:for-each>
Why do you use the for-each?
I think this should work.
<xsl:apply-templates select="llnode">
<xsl:sort select = "./@name" order="descending"/>
</xsl:apply-templates>
Joris Gillis
| ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
