Here’s a method to read an RSS feed with CFScript (ColdFusion). This will work in ColdFusion 9.0.1 and later.
Code walkthrough:
- Use feed 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.
