You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ignoring the desc tags within a GraphML document. A Desc tag should map to a name. Currently a "label" attribute is needed in order to assign to name, which does not conform to GraphML standard and breaks compatibility between different Graph software (Cytoscape requires a "name" attribute, again non-standard).
Notice that labels do not match the desc tag but use ID instead
Context
GraphML compatiblity between graphing software is broken due to the de-facto introduction of a "name" attribute with various possible identifiers. This has fragmented the standard when desc is clearly specified as the correct solution.
Your Environment
Version used: Gephi 0.9.2
Java version: 10
Operating System: W10
The text was updated successfully, but these errors were encountered:
sebkajeka
changed the title
Ignoring Gephi desc standard tags
Ignoring GraphML desc standard tags
Sep 18, 2018
Expected Behavior
Load a GraphML desc element as a name
Current Behavior
Ignoring the desc tags within a GraphML document. A Desc tag should map to a name. Currently a "label" attribute is needed in order to assign to name, which does not conform to GraphML standard and breaks compatibility between different Graph software (Cytoscape requires a "name" attribute, again non-standard).
Note the desc tag in the following schema:
http://graphml.graphdrawing.org/specification/schema_element.xsd.htm
Possible Solution
Use desc tags as labels.
Steps to Reproduce
Context
GraphML compatiblity between graphing software is broken due to the de-facto introduction of a "name" attribute with various possible identifiers. This has fragmented the standard when desc is clearly specified as the correct solution.
Your Environment
The text was updated successfully, but these errors were encountered: