Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

hello Monks
i have some set of xml files.These Xml files contain data of nodes and its interacting nodes
i want to display the nodes and its interacing nodes with different colors
is there any possibility to do so
or are there any tools which can be used with perl to display
Thanks

Replies are listed 'Best First'.
Re: can i display xml files
by friedo (Prior) on Jan 15, 2008 at 19:30 UTC
    GraphViz is a useful tool for drawing directed graphs.