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
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