GraphML
Appearance
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
External links
- homepage of GraphML
- An introduction to GraphML is the GraphML Primer.
- Comparison between XML to SVG Transformation Mechanisms, showing conversions between GraphML and SVG