PDA

View Full Version : Sort XML data



erilidon
10 Aug 2010, 12:54 PM
I have a php file that appends a xml file everytime there is a server error, (ie 404, 403, etc.) and then a xsl file makes it readable.

Here is the xml: http://weddingphotographerga.com/error.xml

However what I am wanting to be able to do is have a selection box that would allow me to sort the data by different child nodes (ie IP, code, etc)

any idea on how to do this?

Thanks