Welcome to yEd Q&A!
Here you can ask questions and receive answers from other members of the community and yEd developers. And you can tell us your most wanted feature requests.

Categories

Importing Graphml With Labels

0 votes

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

in Help by (130 points)
Thanks, I will work on altering the data elements.

1 Answer

0 votes

See

for information on yEd's GraphML format. (The last post in the list has an answer with an example for the minimal GraphML required to display text.)

Alternatively, create a diagram with a single node and some dummy text. Save as GraphML and inspect the resulting file in a text editor.

by [yWorks] (160k points)
Legal Disclosure | Privacy Policy
...