Questions Recently Answered by gsch /users/recently_answered/358 Questions Recently Answered by gsch Wed, 07 Jan 2009 12:06:14 -0800 $100.00 - What is the sqrt(0)? http://www.guruza.com/question/75/reward-100.00/502 What is the sqrt(0)? Sun, 04 Jun 2006 08:35:08 -0700 $10.00 - I am having trouble with the title attribute on an RSS feed generated with Ra... http://www.guruza.com/question/207/reward-10.00/501 I am having trouble with the title attribute on an RSS feed generated with Rails: xml.instruct!( :xml, :version=>"1.0", :encoding => "utf-8" ) xml.rss( "version" => "2.0", "xmlns:dc" => "http://purl.org/dc/elements/1.1/" ) do xml.channel do xml.title("Channel Title") xml.link("http://the.channel.com/") xml.description("Channel Description") xml.pubDate(Time.now.strftime("%a, %d %b %Y %H:%M:%S %z")) xml.item do xml.title("Item Title") xml.link("http://the.item.com/") xml.description("Item Description") xml.pubDate(Time.now.strftime("%a, %d %b %Y %H:%M:%S %z")) end end end The xml.title does not result in a title tag being written to the reponse for either call! Tue, 04 Jul 2006 09:43:38 -0700