Reading an RSS Feed in ColdFusion with CFFEED

Here’s a method to read an RSS feed with ColdFusion. This will work in ColdFusion 8 and later.

Code walkthrough:

  • Use CFFEED to read an RSS feed. This should return a Query object.
  • If the result is a Query Object, loop through and display the items.
  • If the result is not a Query Object, display an error message.

4 thoughts on “Reading an RSS Feed in ColdFusion with CFFEED

Leave a Reply