
Hi can anyone help me I'm currently trying to use a rss feed from the yahoo weather site and manipulate it.
The issue i have is with the prefixes:
<rss version="2.0" xmlns:yweather="http://xml.weather.yahoo.com/ns/rss/1.0" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#">
<channel>
....
<item>
...
<yweather:condition text="Mostly Cloudy" code="28" temp="15" date="Mon, 02 Jul 2007 8:50 am BST" />
</item>
</channel>
</rss>0
I'm having difficulty accessing the attributes within the yweather:conditon tag. Currently trying to use asp.net, can't seem to get to this tag or it's attributes.
Can anyone help? I would appreciate it, thanks in advance.
Gemma