From: Mark Thomas Date: 2008-11-01T03:39:01+09:00 Subject: Re: XML builder performance 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. -- Mark.