Page 1 of 1
Displaying an RSS feed?
Posted: Sat Mar 06, 2010 4:55 am
by RobertBasil
I've been reading for 2 days now and I am SO lost. Can someone point this non-programmer in the right direction to figure out how to display an auto-updating RSS feed?
Thanks!
Re: Displaying an RSS feed?
Posted: Sat Mar 06, 2010 10:15 am
by Mark
Hello RobertBasil,
First, read the RSS into a variable. You can then use Rev's XML commands and functions to parse the data.
You can also parse the data yourself, with a script. In this case, you'd use offset to find the start and end tags of each item in the RSS.
Lert me know what you choose.
Best,
Mark
Re: Displaying an RSS feed?
Posted: Sat Mar 06, 2010 3:54 pm
by RRobert
There is also a RSS sample in the Resource Center (Internet, RSS Feed).
Robert
Re: Displaying an RSS feed?
Posted: Sun Mar 07, 2010 5:28 am
by RobertBasil
Thanks for the help. The code snipplet is just what I was looking for.
Re: Displaying an RSS feed?
Posted: Tue Apr 26, 2016 10:01 pm
by bbhank
RRobert wrote:There is also a RSS sample in the Resource Center (Internet, RSS Feed).
Robert
Please, direct us to it.
Re: Displaying an RSS feed?
Posted: Thu May 19, 2016 4:10 pm
by MaxV
This could help you:
http://livecodeitalia.blogspot.it/2014/ ... ss_22.html
(you may translate you your language that page using the translator button in top right)