Tony Laubach
EF5
Hey gang,
Coding question for those of you good with this type of thing... I'm assisting in getting a 'current conditions' weather page up and running and am going to be using the various XML products offered by NWS at the URL below...
http://www.weather.gov/data/current_obs/
I am obviously doing Colorado...
Using the XML feeds listed below, I am going to pull the various items from the feeds.
http://www.weather.gov/data/current_obs/KDEN.xml
http://www.weather.gov/data/current_obs/KFTG.xml
http://www.weather.gov/data/current_obs/KBJC.xml
I am going to be coding the various items into a customized HTML page, tabled to look however we decide. What I am asking is how to get select items (listed below) to show up on a page.
<location>, <station_id>, <weather> and others...
I'll be using more than what I've listed, but I am just trying to get my feet into this. How do I go about pulling the information from these pages to put into an HTML page. Keep in mind that I'll be using multiple feeds on one single page.
Thanks a ton folks!!!!!
Coding question for those of you good with this type of thing... I'm assisting in getting a 'current conditions' weather page up and running and am going to be using the various XML products offered by NWS at the URL below...
http://www.weather.gov/data/current_obs/
I am obviously doing Colorado...
Using the XML feeds listed below, I am going to pull the various items from the feeds.
http://www.weather.gov/data/current_obs/KDEN.xml
http://www.weather.gov/data/current_obs/KFTG.xml
http://www.weather.gov/data/current_obs/KBJC.xml
I am going to be coding the various items into a customized HTML page, tabled to look however we decide. What I am asking is how to get select items (listed below) to show up on a page.
<location>, <station_id>, <weather> and others...
I'll be using more than what I've listed, but I am just trying to get my feet into this. How do I go about pulling the information from these pages to put into an HTML page. Keep in mind that I'll be using multiple feeds on one single page.
Thanks a ton folks!!!!!