densitydesign / strumentalia-seealsology

see also section scraping on custom levels of depth
Other
83 stars 24 forks source link

GEXF export error - no attributes #3

Closed mikima closed 9 years ago

mikima commented 9 years ago

In the GEXF, variables type are not declared. The file should contain this line:

<attributes class="node">
<attribute id="level" title="Level" type="integer"/>
</attributes>
Yomguithereal commented 9 years ago

Can you check whether those attributes would be defined at the end of the xml file maybe? If this is the case, you should update to the latest version of the gexf library.

boogheta commented 9 years ago

apparently fixed now