|
Subject: [xsl] How to sort attribute? From: "John Li" <johnli121@xxxxxxx> Date: Sat, 13 Aug 2005 17:11:25 +0800 |
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
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Breaking from the loop (f, Wendell Piez | Thread | Re: [xsl] How to sort attribute?, Mukul Gandhi |
| Re: [xsl] Problem using Key on mult, Joris Gillis | Date | RE: [xsl] How to sort attribute?, Michael Kay |
| Month |