From: Tim Perrett Date: 2007-07-23T20:24:07+09:00 Subject: Re: Processing XML (Time Concerns) > > REXML is the 'user-friendly' and cross platform ruby parser. > When you need hardcore performance, you need to check out > one of the alternative Ruby parsers (typically implemented in > C). YMMV. For sure, checkout libxml - it is a great deal faster than REXML. Tim. -- Posted via http://www.ruby-forum.com/.