AaronChiles
04-20-2006, 12:24 AM
I am new to this forum and I am having trouble getting a weather feed on my website for a competition...
http://nlc.naroni.com
Right now I am using pxWeather to get a weather feed, but I would really like to use the one from weather.com and possibly have an icon.
Here is the XML from weather.com
http://rss.weather.com/weather/rss/local/28117?cm_ven=LWO&cm_cat=rss&par=LWO_rss
I want to use the Current Conditions Description, which right now is
<description>
<img src="http://image.weather.com/web/common/wxicons/31/20.gif" alt="" />Partly Cloudy, and 55 ° F. For more details?
</description>
I have no clue where to start on this, I know I need parse it or something? What is the easiest way to get it so it will say "Current Conditions: <decscription>"?
Thanks,
Aaron
http://nlc.naroni.com
Right now I am using pxWeather to get a weather feed, but I would really like to use the one from weather.com and possibly have an icon.
Here is the XML from weather.com
http://rss.weather.com/weather/rss/local/28117?cm_ven=LWO&cm_cat=rss&par=LWO_rss
I want to use the Current Conditions Description, which right now is
<description>
<img src="http://image.weather.com/web/common/wxicons/31/20.gif" alt="" />Partly Cloudy, and 55 ° F. For more details?
</description>
I have no clue where to start on this, I know I need parse it or something? What is the easiest way to get it so it will say "Current Conditions: <decscription>"?
Thanks,
Aaron