From: Aaron Patterson Date: 2008-11-02T02:51:25+09:00 Subject: Re: XML builder performance On Sat, Nov 01, 2008 at 03:39:01AM +0900, Mark Thomas wrote: > I agree with Avdi. LibXML will be the fastest builder-library > solution. > > If you want a friendlier interface you can try Nokogiri (http:// > nokogiri.rubyforge.org/) which is a wrapper for LibXML. Just so there is no confusion, Nokogiri wraps the libxml2 C library. Not the LibXML ruby library. :-) -- Aaron Patterson http://tenderlovemaking.com/