dommy
01-02-2007, 12:34 PM
Can someone kindly help me write an asp code that will grab one simple number from the following rss feed url and display it on my asp page...
http://xml.weather.yahoo.com/forecastrss?p=UKXX0115&u=c
If you look in the xml file, you will see something along the lines...
<yweather:condition text="Partly Cloudy" code="30" temp="9" date="Tue, 02 Jan 2007 11:50 am GMT" />
I want to simply display the temperature number on my page...
So...
On my asp page it will say...
Temp today is: 9
I can use the Microsoft.XMLHTTP and MSXML2.XMLHTTP on our MS.Server if that at all helps guide anyone.
Look forward to some aid! :)
http://xml.weather.yahoo.com/forecastrss?p=UKXX0115&u=c
If you look in the xml file, you will see something along the lines...
<yweather:condition text="Partly Cloudy" code="30" temp="9" date="Tue, 02 Jan 2007 11:50 am GMT" />
I want to simply display the temperature number on my page...
So...
On my asp page it will say...
Temp today is: 9
I can use the Microsoft.XMLHTTP and MSXML2.XMLHTTP on our MS.Server if that at all helps guide anyone.
Look forward to some aid! :)