Displaying 1 result from an estimated 1 matches for "simplebeta".
2006 Mar 17
1
RSS problem when trying to display ID - HELP
...omment.id)
I get an Application error (rails) message when I look at the generated
XML. This is what I''m doing without the id on the comments (its working
fine):
xml.instruct! :xml, :version=>"1.0"
xml.rss(:version=>"2.0"){
xml.channel{
xml.title("simplebeta comments")
xml.link("http://simplebeta.com/")
xml.description("Keep up to date on what others have to say.")
xml.language("en-us")
for content in @contents
for comment in @comments
if content.comments.include? comment...