Can u help.
I have multiple RSS feeds I need to parse ... but each RSS feed has a slightly different XML layout and I - frankly - have no idea how best to tackle the stripping / parsing into a consolidated / standard loop!?
these rss feeds, for example;
http://www.guardian.co.uk/rssfeed/0,,1,00.xml- has this variable when XMLparsed using CF;
: rdf:RDF.item[i].title
http://michellemalkin.com/index.xml- has this variable when XMLparsed using CF;
: rss.channel.item[i].title
Is there a way to call the 'item[i].title' part of each parsed XML variable ... as a standard call without having to hard code each RSS feed's unique XML structure individually? You see ... the RSS feed URLS are fed dynamically from my web site ... and hardcoding would be impossible.
Thanks!
R
Start Free Trial