CSCI 4230
 Software Tools
 Spring 2000
 Homework #10

(1)    Use Active Server Pages to write a server side program that gets XML information from a web site on the fly and display it.  Your should create a page, weather.html, with the following form:

http://yourserver/weather.html

The form allows the user to select from four weather stations and submit the form using the Post method to weather.asp.  If Ellington station is selected, the result:

http://yourserver/weather.asp

The weather information is stored in the OMF format, which uses XML.  The XML weather information can be obtained from the following source:  http://zowie.metnet.navy.mil/cgi-bin/oleg/get-obs.

Tips: