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
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
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.
It came in like 6. I think things are about to change and I may not need this anymore. Thanks though.