Please have a look at the XML file. I would like to sort the XML file by tag
ABC&
Basically, you need to parse the XML file into a set of records, sort the records on the appropriate field, then write the result back out as a new XML file.