I'm looking to import graphml files created by another process into Yed. Yed detects all the nodes and edges in this file, but it detects none of the data embedded on the elements.
Here is a sample:
<node id="n21648">
<data key="label">Application Node 1</data>
<data key="description">Lorem ipsum.</data>
</node>
<node id="n21649" >
<data key="label">Application Node 2</data>
<data key="description">Lorem ipsum deux.</data>
</node>
How would I need to change these data elements so that Yed will recognize them?
Thanks