Debt Consolidation - Online Kredit ohne Schufa - Privatkredit - Debt Consolidation - Online Advertising - Deaf Topics

PDA

View Full Version : RSS Parser with Cold Fusion?


TwisterMc
May 31st 2005, 8:05 am
Anyone know how to parse an RSS file with Cold Fusion 5? I don't want to use JavaScript and the server doesn't have Cold Fusion MX. Any suggestions?

Thanks

J.P
Jul 9th 2005, 12:59 pm
Hi,

Not sure if this helps you at all?

http://www.activsoftware.com/code_samples/code.cfm/CodeID/141/ColdFusion/Parsing_RSS_____with_CFMX

JP

TwisterMc
Jul 13th 2005, 6:41 am
Isn't CFMX version 6?

Nitin M
Jul 31st 2005, 4:45 pm
When was xmlparse() function added? Building an RSS reader with that is just 1 line (well embed in a try/catch and then loop through for outputting).

We're v.7 so not sure if this function was around in version 5 or not.

TwisterMc
Jul 31st 2005, 5:49 pm
It came in like 6. I think things are about to change and I may not need this anymore. Thanks though.