Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants