How to display recursive xml tree (expandable) with php/jquery like browsers do?

BlohalGob

New Member
I have the following complex xml source (example at : http://www.fluffyduck.com.au/sampleXML.xml) if it is viewed within a browser, the parent/child method of being displayed = perfectthis is exactly what I am after. However I need to display it within a webpage recursively using php and be able to retrieve each attribute in a table / tree format that is expandable.I'm tried jstree to no success, jquery.treetable no success, converting to xslt no success.I am sure it is my lack of experience with these tools, however there must be a way to manipulate the data and display it in a working expandable tree method like chrome does when viewing the above link.thanks for your help everyone
 
Back
Top