creating a graph with java XML parser
hi all
I'd like to create a graph data stucture defining data relation with an xml.
Exists anything usefull?
What I want is defining bidirectional relation with two or more elements in an xml file.
after that i want to create a java data structure that define the graph tree.
any idea?

