Welcome to yEd Q&A!
Here you can ask questions and receive answers from other members of the community and yEd developers. And you can tell us your most wanted feature requests.

Categories

How to parse graphml files?

+2 votes
Any recommendations on parsing / extracting information such as node/edge descriptions, properties of the graph, labels/attributes -- key components of a graphml document using Python?

I've looked into pygraphml but not sure if it's the best one to use.
in Help by (170 points)

1 Answer

0 votes
Yes. You can extract node-edge relationship using python. There are several packages like networkxx or BeautifulSoup which provide easy parsing of .graphml file .
by (150 points)
Legal Disclosure | Privacy Policy
...