My browser startup page runs off of CFMX that has a number of RSS feeds 
in boxes.  Consuming RSS is really extremely easy in MX, just invoke the 
RSS document via CFHTTP and CFDUMP the #cfhttp.filecontent# variable to 
see what you have to work with.  You'll just parse it like any other XML 
document, and since RSS is a standard format, you can build an 
aggregator and pass in any RSS URL you want - which is what I'm doing.

- Jim

Jeff wrote:

>I'm new to the whole thing, but isn't an RSS feed just an XML document?
>What's the idea, just read it into a variable then output it? I'm seeing
>these rss feeds springing up all over the place, and I wanted to jump into
>it and play around, but all I seemed to be able to dig up was consuming them
>in FlashMX, not  much info on using them with CFMX.
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Reply via email to