anonymous
2007-03-19 20:23:19 UTC
I am working on reading in an XML file and displaying it on a page. I have that part worked out but I want to display the elements in reverse order.
Just as an example say I have a simple XML doc like...
So I get the
SF 49ers
New York Giants
Miami Dolphins
However I would like to output in the reverse so that its...
Miami Dolphins
New York Giants
SF 49ers
Any help on how to do this using php with XML?