i am trying to grab the weather from a website using asp, but i am having a lot of trouble because the server i'm using has a very old version of asp on it.
i was trying to use the site
http://xml.weather.yahoo.com/forecastrss?p=location (where location is your zipcode) - the output being an xml document. Does anyone know how to parse through the xml or basically do a screen scrape to grab the temperature from that? every time i try to create an object to grab the data like:
xml = Server.CreateObject("Microsoft.XMLHTTP")
i get a message that server.createobject failed (b/c my server is so out of date). i have talked with the administrator and i do not believe they will update it. any help would be grately appreciated
greg
i was trying to use the site
http://xml.weather.yahoo.com/forecastrss?p=location (where location is your zipcode) - the output being an xml document. Does anyone know how to parse through the xml or basically do a screen scrape to grab the temperature from that? every time i try to create an object to grab the data like:
xml = Server.CreateObject("Microsoft.XMLHTTP")
i get a message that server.createobject failed (b/c my server is so out of date). i have talked with the administrator and i do not believe they will update it. any help would be grately appreciated
greg
