PDA

View Full Version : How to display XML response from a server...


ExcelGuy
09-19-2003, 09:37 PM
I am trying to display a weather function on my site using the Weather.com Weather XML Data Feed.

I can pass a url to their function and get a XML file back. I have a XSL document that will display the information the way I want it to once I have the file.

I can only get this to work if I get the response back from Weather.com, save it on my computer and add code to point to my xsl file. How do I combine it to be one process?

Eventually, users will be saving their own zip code as the base location for the request, but I have not gotten to that point yet.

Any help is appreciated.

ExcelGuy
09-23-2003, 05:55 PM
I found what I needed on xmlfiles.com. I don't know if I was just not looking in the right place or what, but thank you to Adam20002 for posing xmlfiles.com in another thread.