I_Love_Privacy
11-25-2008, 11:21 PM
Hi guys.
I am using the output of an XML document from another server, and wondered whether there was a way to alter the order in which the XML tags were outputted?
For example: at the moment, it reads <a></a><b></b><c></c><d></d>
Is there anything I can do to change this to <c></c><b></b><d></d><a></a> ?
I cannot change the XML document before it leaves the other server. Any ideas?
I am using the output of an XML document from another server, and wondered whether there was a way to alter the order in which the XML tags were outputted?
For example: at the moment, it reads <a></a><b></b><c></c><d></d>
Is there anything I can do to change this to <c></c><b></b><d></d><a></a> ?
I cannot change the XML document before it leaves the other server. Any ideas?