Displaying certain tags of an RSS feed
Posted: Sat Nov 05, 2005 10:18 pm
I have an RSS feed set up at:
http://xoap.weather.com/weather/local/0 ... 4543d24403
Under the tagI need to display the "tmp" tag.
Under theI need to display the "low" tag...
Under day d="1", I need to display both high and low.
How do I parse this RSS feed so that I can read and display just these few tags? Many thanks, Shane
http://xoap.weather.com/weather/local/0 ... 4543d24403
Under the tag
Code: Select all
<cc>Under the
Code: Select all
<day d="0".....>Under day d="1", I need to display both high and low.
How do I parse this RSS feed so that I can read and display just these few tags? Many thanks, Shane