I am looking for a script that given an XML file generates a graphical representation of the XML itself (with nodes and links between them, so to resemble the hierarchical structure of the XML). Anybody has an idea?
Thanks so much!
coopster
2:11 pm on May 24, 2011 (gmt 0)
Doesn't seem like anybody can offer suggestions. Have you considered writing it yourself in PHP? Shouldn't be too difficult. Use a recursive function to build the branches of the tree.