I've really tried to google this, but without any result.
I got this webpage: http://weather.yahooapis.com/forecastrss?w=12718298&u=c
I want for example, these information:
- Code: Select all
<yweather:forecast day="Sun" date="19 Feb 2012" low="-2" high="2" text="Mostly Sunny" code="34"/>
(Line can be found in the bottom of the link)
As in, I want "day" and "low" and "high".
How can I do this? Please help me. I have no clue. - Links/Examples/Source codes will be appreciated.

