Custom XML Sort Order?

cheat hacker

New Member
I have an xml file like\[code\]<tests> <test> <categoryname>A</categoryname> <region>EU</region> </test> <test> <categoryname>B</categoryname> <region>EU</region> </test> <test> <categoryname>C</categoryname> <region>USA</region> </test> <test> <categoryname>C</categoryname> <region>EU</region> </test></tests>\[/code\]It is sorted alphabetically and displayed like:\[code\]ABC\[/code\]But I would like to see it with my custom sorting like:\[code\]CAB\[/code\]I have seen similar questions and applied the given answers(xsl codes) for me but unfortunately didn't help, I would be glad if you can help me!I can add extra attributes/tags/values etc.
 
Back
Top