graphxml.rb

Path: lib/rgl/graphxml.rb
Last Update: Fri Apr 17 15:32:42 +0000 2009

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.

Required files

rgl/mutable   rexml/document   rexml/streamlistener  

[Validate]