Jump to content

GraphML

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by David Eppstein (talk | contribs) at 04:14, 29 August 2013 (another source). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

GraphML is an XML-based file format for graphs. The GraphML file format results from the joint effort of the graph drawing community to define a common format for exchanging graph structure data. It uses an XML-based syntax and supports the entire range of possible graph structure constellations including directed, undirected, mixed graphs, hypergraphs, and application-specific attributes.Cite error: A <ref> tag is missing the closing </ref> (see the help page).

References