LinuxCommandLibrary

gv2gxl

converts Graphviz DOT format to GXL

TLDR

Convert DOT to GXL

$ gv2gxl [input.gv] -o [output.gxl]
copy
Output to stdout
$ gv2gxl [input.dot]
copy
Process multiple files
$ gv2gxl [file1.gv] [file2.gv] -o [output.gxl]
copy

SYNOPSIS

gv2gxl [options] [files]

DESCRIPTION

gv2gxl converts Graphviz DOT format to GXL (Graph eXchange Language). GXL is an XML-based format for graph interchange.
The tool translates graph structure to XML representation. It's useful for processing graphs with XML tools or exchanging with other graph systems.

PARAMETERS

FILES

Input DOT/GV files.
-o FILE
Output GXL file.
-d
Output directed graph.
-?
Display help information.

CAVEATS

Part of Graphviz package. XML output can be verbose. Some attributes may not convert.

HISTORY

gv2gxl is part of the Graphviz project, created at AT&T Labs for XML-based graph interchange.

SEE ALSO

gxl2gv(1), gv2gml(1), dot(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community