Last Modified
2013-08-06 00:27:40 +0000
Requires
  • rgl/mutable
  • rexml/document
  • rexml/streamlistener

Description

graphxml.rb

This file contains minimal support for creating RGL graphs from the GraphML format (see www.graphdrawing.org/graphml). The main purpose is to have a rich set of example graphs to have some more tests.

See the examples directory, which contains a subdirectory north with the Graph catalog GraphViz (see www.research.att.com/sw/tools/graphviz/refs.html).

We use REXML::StreamListener from the REXML library (www.germane-software.com/software/rexml) to parse the grapml files.