- xml.link url_for(:action => "view", :id => entry.id, :display_name => entry.user.display_name, :only_path => false)
- xml.guid url_for(:action => "view", :id => entry.id, :display_name => entry.user.display_name, :only_path => false)
+ xml.link url_for(:action => "view", :id => entry.id, :display_name => entry.user.display_name, :host => SERVER_URL)
+ xml.guid url_for(:action => "view", :id => entry.id, :display_name => entry.user.display_name, :host => SERVER_URL)
xml.description entry.body.to_html
xml.author entry.user.display_name
xml.pubDate entry.created_at.to_s(:rfc822)
xml.description entry.body.to_html
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)
+ xml.comments url_for(:action => "view", :id => entry.id, :display_name => entry.user.display_name, :anchor => "comments", :host => SERVER_URL)
if entry.latitude and entry.longitude
xml.geo :lat, entry.latitude.to_s
if entry.latitude and entry.longitude
xml.geo :lat, entry.latitude.to_s