Skip to content

gexf12: fix omitable and unbounded attributes

Sebastien Binet requested to merge fixes/gexf into master

Created by: kortschak

Even with mechanical help I can get XML wrong.

  1. Fix xml: tag to omitempty for Attribute.
  2. Fix pointer type for omitable fields in Graph.
  3. Make Attributes in Graph a []Attribute to match the xsd and the rnc.

Please take a look.

Merge request reports