efadrian
12-23-2008, 06:56 AM
Helllo, I am new in flex ...
I like to be able to read a rss file from :
http://weather.yahooapis.com/forecastrss?p=ENXX0004&u=c
The file contains some special tags with info that I like to read:
<yweather:location city="Tallinn" region="" country="EN"/>
<yweather:units temperature="C" distance="km" pressure="mb" speed="kph"/>
<yweather:wind chill="-5" direction="330" speed="28.97" />
<yweather:atmosphere humidity="70" visibility="9.99" pressure="0" rising="1" />
<yweather:astronomy sunrise="9:19 am" sunset="3:23 pm"/>
How can i read such tags and display them in a data grid?:eek:
thank you!
Adrian
I like to be able to read a rss file from :
http://weather.yahooapis.com/forecastrss?p=ENXX0004&u=c
The file contains some special tags with info that I like to read:
<yweather:location city="Tallinn" region="" country="EN"/>
<yweather:units temperature="C" distance="km" pressure="mb" speed="kph"/>
<yweather:wind chill="-5" direction="330" speed="28.97" />
<yweather:atmosphere humidity="70" visibility="9.99" pressure="0" rising="1" />
<yweather:astronomy sunrise="9:19 am" sunset="3:23 pm"/>
How can i read such tags and display them in a data grid?:eek:
thank you!
Adrian