I am using the tlp.exportGraph method to export a graph to GML. I would however like the export to bring some of the node and edges properties into the exported file. The doc doesn't say much about how or even whether this is possible.
The GML export does not support the export of user defined properties; in the GML format the name of a property (called attribute) is restricted to be a 7-bit ASCII key ([a-zA-Z][a-zA-Z0-9]*) while it is a UTF-8 delimited string for Tulip.
Then only Tulip "view" properties are exported using their GML equivalent attribute.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The GML export does not support the export of user defined properties; in the GML format the name of a property (called attribute) is restricted to be a 7-bit ASCII key ([a-zA-Z][a-zA-Z0-9]*) while it is a UTF-8 delimited string for Tulip.
Then only Tulip "view" properties are exported using their GML equivalent attribute.