[Home] [By Thread] [By Date] [Recent Entries]
Hi,
When exporting one node and its attribute, I want to sort its attributes
lexicographic. I try it as below but always fail. Anyone could help?
<xsl:for-each select="@*">
<xsl:sort select="name()"/>
<xsl:copy/>
</xsl:for-each>
Thanks,
John
|

Cart



