Hi there,
This seems like it would be fairly easy, but I can't figure it out. I want to take an XML doc, run it through an XSL transformation, and have the same XML doc on the other side, but just alphabetized on an element of my choosing.
So for instance:
<excellent>
<person name=Bill/>...
Hi there,
I have an XML document that I'm applying an XSL transformation to. I'm trying to apply a sequential numerical attribute to every element of the resulting XML document and THEN alphabetize it. My problem is that when I apply the <xsl:sort select"term"> element, the XML...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.