We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have got a question regarding GEXF files generated from TCAT.
When a GEXF file is generated from TCAT (i.e. Bipartite hashtag - user graph) the XML version and XMLNS are not compliant with the GEXF primer https://gephi.org/gexf/1.2draft/gexf-12draft-primer.pdf. The XML version is 1.1 while according to the primer document it should be 1.0 and xmlns is http://www.gexf.net/1.3draft while it should be http://www.gexf.net/1.2draft.
Is:
<gexf xmlns="http://www.gexf.net/1.3draft"
Should be (according to the primer document):
<gexf xmlns="http://www.gexf.net/1.2draft"
Regards, Arber
The text was updated successfully, but these errors were encountered:
For triage, a related issue in Gephi is gephi/gephi/issues/2019.
Sorry, something went wrong.
No branches or pull requests
I have got a question regarding GEXF files generated from TCAT.
When a GEXF file is generated from TCAT (i.e. Bipartite hashtag - user graph) the XML version and XMLNS are not compliant with the GEXF primer https://gephi.org/gexf/1.2draft/gexf-12draft-primer.pdf. The XML version is 1.1 while according to the primer document it should be 1.0 and xmlns is http://www.gexf.net/1.3draft while it should be http://www.gexf.net/1.2draft.
Is:
Should be (according to the primer document):
Regards,
Arber
The text was updated successfully, but these errors were encountered: