AnFrusch@pepp Posted November 24, 2006 Posted November 24, 2006 Hello all, I'm trying to sort some XML code.. I know < xsl:sort> tag but the circumstances are different and I don't think I can use it. Basically my xml is the result of an xsl transformation. so, I need to sort $myxmlnodeset. Is there any way to do this? Thank you
AnFrusch@pepp Posted November 27, 2006 Author Posted November 27, 2006 (edited) Hallo, John Frusciante Anthony Kiedis Michael Balzary Chad Smith i would like to sort this XML by - i.e. - name, so that I get a list where Anthony is first, then Chad, John and finally Michael. Is it possible? I tried some code but, unfortunately, I've found no solution. Edited November 27, 2006 by Guest
Martin Brändle Posted November 28, 2006 Posted November 28, 2006 xsl:sort must come immediately after xsl:for-each
Recommended Posts
This topic is 6568 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now