I'm generating data in a text format right now - a kind of tree format, where A, B, and C feed D, and D feeds E and F, that sort of thing. I'd like to visualize the data graphically instead.
I just discovered yEd, and it looks like I should be able to format my data in XML (GraphML), import that XML into yEd, and yEd will lay out my diagram all purty-like. Yes?
If so, where can I find documentation on the format of the XML file that I should generate?
Thanks,
Chris