I am using the Yahoo Weather API
and I don't know how to download the data. What do I use? Microsoft Internet Control? Or what? Firstly I need to send the request for example
and I need to download the XML data that the server will send as a response.
After that, I need to find some elements. If you visit the second link, and check the XML, you can see "<yweather:condition". That is what I want to extract, the "text" and the "temp".
A source code project would be highly appreciated. Thanks in advance for your help. :)
Code:
http://weather.yahooapis.com/forecastrss
Code:
http://weather.yahooapis.com/forecastrss?w=29389565&u=c
After that, I need to find some elements. If you visit the second link, and check the XML, you can see "<yweather:condition". That is what I want to extract, the "text" and the "temp".
A source code project would be highly appreciated. Thanks in advance for your help. :)