Re: [gephi-dev] XML to Graph

5 views
Skip to first unread message

Eduardo Ramos Ibáñez

unread,
Oct 4, 2015, 11:15:51 AM10/4/15
to Girish Showkatramani, geph...@lists.gephi.org
Hi Girish,
You should use Gexf format http://gexf.net/format/
It is XML and also supports nodes hierarchy and attributes.

A summary of supported formats can be found here
http://gephi.org/users/supported-graph-formats/

Eduardo

2012/3/24 Girish Showkatramani <showka...@gmail.com>

> Does the Gephi have an API to support XML as an input and generate a graph
> layout.
>
> Sample Input XML
>
> <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
> <family-tree appNo="600">
> <Node-Definitions>
> <d id="1" type="APP" nodeId ="600" creationDate = "03-12-2012"/>
> <d id="2" type="APP" nodeId ="601" creationDate = "03-12-2011"/>
> <d id="3" type="APP" nodeId ="602" creationDate = "07-10-2011"/>
> <d id="4" type="APP" nodeId ="603" creationDate = "08-04-2011"/>
> <d id="5" type="APP" nodeId ="604" creationDate = "01-01-2010"/>
> </Node-Definitions>
> <relations>
> <r id="2" parent="1" child="2" />
> <r id="4" parent="5" child="4" />
> <r id="3" parent="1" child="2" />
> <r id="3" parent="2" child="3" />
> <r id="3" parent="5" child="3" />
> </relations>
> </family-tree>
> _______________________________________________
> gephi-dev mailing list
> geph...@lists.gephi.org
> http://gephi.org/mailman/listinfo/gephi-dev
>

Reply all
Reply to author
Forward
0 new messages