http://www.perlmonks.org?node_id=938594


in reply to Re: which is the best way to convert xml to GraphML using perl.
in thread which is the best way to convert xml to GraphML using perl.

sorry, I posted little bit confusing, Actually my problem is I have the input format as xml and I need to represent in model graph so I chosen yEd graph editor, It import xml data and displaying tree structured graph, I need to display in some other way so I need to convert it into GraphML. GraphML is the native format for yEd so I am trying like that.Can you suggest which perl module is good doing this.

  • Comment on Re^2: which is the best way to convert xml to GraphML using perl.

Replies are listed 'Best First'.
Re^3: which is the best way to convert xml to GraphML using perl.
by Anonymous Monk on Nov 17, 2011 at 12:03 UTC

    So your strategy, is to ignore all questions put to you, and simply repeat your original question, in a slightly more verbose way?

    Sure, the answer is, any one of these (and more): XML::Twig, XML::LibXML, XML::Rules, xsh, Graph::Easy::As_graphml

    There are tons of docs, tons of examples included, lots of examples at perlmonks...

Re^3: which is the best way to convert xml to GraphML using perl.
by marto (Cardinal) on Nov 17, 2011 at 12:12 UTC

    I suggest you actually use the sites super search facility, or try a google search. You've posted several questions recently relating to XML. IMHO you should make some effort to search for solutions.