2   xml.title t(".comment", :author => comment.author.display_name, :changeset_id => comment.changeset.id.to_s)
 
   4   xml.link changeset_url(comment.changeset, :anchor => "c#{comment.id}")
 
   5   xml.guid changeset_url(comment.changeset, :anchor => "c#{comment.id}")
 
   8     xml.cdata! render(:partial => "comment", :object => comment, :formats => [:html])
 
  11   xml.dc :creator, comment.author.display_name if comment.author
 
  13   xml.pubDate comment.created_at.to_fs(:rfc822)