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
I've just started using this library, and it's very useful - thanks for developing it !
I've hit a couple of small problems though. The tool I'm trying to load the GraphML into is very picky. It insists on having all the namespaces set - e.g. :
And also insists that the for attribute is set in each key - e.g.
Hi,
I've just started using this library, and it's very useful - thanks for developing it !
I've hit a couple of small problems though. The tool I'm trying to load the GraphML into is very picky. It insists on having all the namespaces set - e.g. :
And also insists that the for attribute is set in each key - e.g.
<key id="myKeyID" for="node" attr.name="My Key" attr.type="string"/>
Is there an easy way to set this ? I couldn't see it in the tutorial, and nothing was jumping out in the API spec.
Thanks
Ian
The text was updated successfully, but these errors were encountered: