Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Any easy way to do this in XSLT?
Listing child nodes is easy, but what about sorting them alphabetically?
Thanks
Hi,
you can sort in XSLT. For example:
<xsl:for-each ....>
<xsl:sort select="@nodeName" order="ascending"/>
</xsl:for-each>
HTH,
Peter
Perfect, thanks!
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
List child nodes alphabetically
Any easy way to do this in XSLT?
Listing child nodes is easy, but what about sorting them alphabetically?
Thanks
Hi,
you can sort in XSLT. For example:
HTH,
Peter
Perfect, thanks!
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.