Using the export-graphml add-on, the output is a Bad GraphML data: no key labels.
According to GraphML specification ( see http://graphml.graphdrawing.org/primer/graphml-primer.html#AttributesExample ), the xml document must have a key Element that must be placed before the graph node.
Is there any possibility to add a fix to make this without editing the final output ? I'm using NodeXL and NetworkX to work with graphs.
Update:
Actually, I have to create a key tag for each node and edge property, including label !
Weird, isn't ?
I solved: There was a problem with Powershell. The shell doesn't recognized the -t parameter after graphml filename. I ran in the CMD and works perfectly.
Hi,
Using the export-graphml add-on, the output is a
Bad GraphML data: no key labels
. According to GraphML specification ( see http://graphml.graphdrawing.org/primer/graphml-primer.html#AttributesExample ), the xml document must have akey
Element that must be placed before thegraph
node. Is there any possibility to add a fix to make this without editing the final output ? I'm using NodeXL and NetworkX to work with graphs.Update: Actually, I have to create a
key
tag for each node and edge property, including label ! Weird, isn't ?Greetings,