From: "ara.t.howard" Date: 2008-11-01T01:16:56+09:00 Subject: Re: XML builder performance On Oct 31, 2008, at 7:01 AM, Xin Zheng wrote: > Hi all, > > I have been doing some performance testing, and have noticed it takes > significantly longer to render a XML output then a HTML one. It made > me > think perhaps there's a faster way of generating XML than using XML > builder. > > I did a quick search and did not find any alternatives, or anyone > talking about XML builder's performance issues. > > Is there anyway of optimizing XML Builder? Or is there a faster > alternative? try tagz # gem install tagz require 'tagz' xml = Tagz{ foo_{ bar_(:key => :value){ 42 } } } http://codeforpeople.com/lib/ruby/tagz/tagz-4.4.0/README a @ http://codeforpeople.com/ -- we can deny everything, except that we have the possibility of being better. simply reflect on that. h.h. the 14th dalai lama