Skip to content
New issue

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

Question regarding GEXF files generated from TCAT #323

Open
arber opened this issue Jun 26, 2018 · 1 comment
Open

Question regarding GEXF files generated from TCAT #323

arber opened this issue Jun 26, 2018 · 1 comment
Labels

Comments

@arber
Copy link

arber commented Jun 26, 2018

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

@xmacex
Copy link
Contributor

xmacex commented May 30, 2019

For triage, a related issue in Gephi is gephi/gephi/issues/2019.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants