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

Xml serializer produces broken files #6

Open
mlooney opened this issue Jul 14, 2016 · 0 comments
Open

Xml serializer produces broken files #6

mlooney opened this issue Jul 14, 2016 · 0 comments

Comments

@mlooney
Copy link

mlooney commented Jul 14, 2016

It's an easy fix though, the namespace declaration for gexf is hosed up:

GEXF_ATTRS = {
    'xmlns'     => '"http://www.gexf.net/1.2draft',
    'xmlns:xsi' => 'http://www.w3.org/2001/XMLSchema-instance',
    'xsi'       => 'http://www.gexf.net/1.2draft http://www.gexf.net/1.2draft/gexf.xsd',
    'version'   => '1.2'
  }

See the messed up quote marks in the xmlns entry.

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

No branches or pull requests

1 participant