Skip to main content
Inspiring
August 28, 2015
Question

Displaying RSS feed data

  • August 28, 2015
  • 2 replies
  • 488 views

Hi All,

I have a formatting issue when outputting RSS feeds.

Here's my page: http://www.ukagriculture.com/farming_news/farming_news_feeds.cfm

<br /><h1>Economist - Agriculture</h1><hr / style="width:100%">

<cfset rssUrl = "http://www.economist.com/topics/agriculture/index.xml">

<cffeed action="read" source="#rssUrl#" query="entries" properties="info">

<cfoutput query="entries" maxrows="5">

<br /><a href="#rsslink#" target="new"><strong>#title#</strong></a> - <span class="xxsmall">#publisheddate#</span>

<p>#content#</p>

</cfoutput>

I've been trying to find a way to clean up the results and display images in the feed, any suggestion gratefully received.

Cheers

Trevor

This topic has been closed for replies.

2 replies

Carl Von Stetten
Legend
November 30, 2015

blackandwhite‌, can you provide additional details about what is missing from your output?

BKBK
Community Expert
Community Expert
September 3, 2015

It is unclear to me what the problem is.