9/23/2010 4:24:45 AM
Title:
rss data
how to load rss data from internet?
9/23/2010 10:27:34 PM
Hi Vineet
use HttpServices class to load Rss data from internet.
pass rss url to httpservices and load it.
Regards,
Virat Patel
9/26/2010 10:06:53 PM
rss is just an xml , so you can load it as other xml files are loaded and parse it just like xml .
9/27/2010 12:17:32 AM
Also when u use http service to load an rss file, some websites don't allow request from ur side to ping them, so make sure you handle that condition as well!