Forum Moderators: coopster

Message Too Old, No Replies

[GD] drawing a graph of XML tree

         

fm86

8:52 am on May 8, 2011 (gmt 0)

10+ Year Member



Hi everybody!

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)

WebmasterWorld Administrator 10+ Year Member



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.