DGML (.dgml) Graph Format
DGML file format
Description
Examples
References
DGML (Directed Graph Markup Language) is an XML-based file format for storing a directed graph, typically representing program dependencies. It was developed by Microsoft.
The GraphTheory[ImportGraph] and GraphTheory[ExportGraph] commands can read from and write to this format.
The general-purpose commands Import and Export also support this format.
Import data from a DGML file as a graph.
Export the Heawood graph to a GraphML file in the home directory of the current user.
DGML Schema, microsoft.com
See Also
Formats
GraphTheory
Download Help Document