xml.description htmlize(entry.body)
xml.author entry.user.display_name
xml.pubDate entry.created_at.to_s(:rfc822)
+ xml.comments url_for(:action => "view", :id => entry.id, :display_name => entry.user.display_name, :anchor => "comments", :only_path => false)
if entry.latitude and entry.longitude
xml.geo :lat, entry.latitude.to_s