Tool for Generating Graph from Xml data

AdsBot [Google]

New Member
I want to generate graph from large xml files. It is actually a calling context tree generated by an execution of the program. A small file looks like below:
hn1Ip.png
From this xml I would like to have a graph which Contains 4 nodes(one node for each method tag) i.e. main, methodA, methodB and method C. As the tree shows (from the indentation) main() calls methodA, then methodA calls methodB and methodC. So the I want a graph'/figure like something like below:
56qid.png
Are there any open source tools which can do this for me ? The xml files are extremely large (around 7 MB) so the graph would really be huge. I want the tool to handle this properly. It is good if the tool works on linux otherwise on windows will also be ok. But first preference is linux.I can also consider some good library in java through which I can do this.Thanks.
 
Back
Top