Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Displaying RSS feed data

Explorer ,
Aug 28, 2015 Aug 28, 2015

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

TOPICS
Getting started
447
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 03, 2015 Sep 03, 2015

It is unclear to me what the problem is.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Nov 29, 2015 Nov 29, 2015
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources