From: James Britt Date: 2003-10-04T02:45:17+09:00 Subject: Re: xml + ruby Zach Dennis wrote: > > > For Ruby to have a well structured and defined( and accessible ) > XML object is not that far out there. True enough; in fact, you need only do this: require 'rexml/document' James