Hi Tamás,

thank you very much for your assistance, that worked well!

Best regards,
Robin

On 03/11/2015 10:13 PM, Tamas Nepusz wrote:
Hi Robin,

Newer versions of igraph give a more meaningful error mesage:

InternalError: Error at ../../src/foreign-graphml.c:595: Cannot parse GraphML
file, unknown attribute type, Parse error

This happens because your GraphML file lists some attributes as type "integer".
According to the GraphML XSD file, there is no such GraphML attribute type,
only "int":

http://graphml.graphdrawing.org/xmlns/1.1/graphml-attributes.xsd

Replacing "integer" with "int" in the input file seems to fix this.



_______________________________________________
igraph-help mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/igraph-help

Reply via email to