anderspitman / graphml-js

GraphML parser for javascript
MIT License
12 stars 2 forks source link

The default value of a key element is ignored #9

Open shinnya opened 7 years ago

shinnya commented 7 years ago

The GraphML specification defines that a key element can have a default value, but GraphMLParser doesn't parse a key element properly.

I will fix this issue.