Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

type-field at edges #4

Open
SebastianOpriel opened this issue Sep 28, 2016 · 0 comments
Open

type-field at edges #4

SebastianOpriel opened this issue Sep 28, 2016 · 0 comments

Comments

@SebastianOpriel
Copy link

Hello,

somehow (maybe due to the graphml specification) the attribute "type" is not recognized as an edge attribute. Therefore line 167
settings[$data.attr("type")][$data.attr("key")] = $data.text();
can't work. Obviously the type-attribute isn't set in line 95.

Therefore i solved this by directly accessing the data-field:
settings["data"][$data.attr("key")] = $data.text();

This is not pretty and not very flexible but it works for me.

Kind regards
Bastian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants