Michael,
I ask them for more clarification and am waiting to hear from them. In the meantime here is an excerpt of the requirement
Use the attached XML file which contains hotel information as it is returned to our servers for 5 distinct hotels to create a hotel selection interface. You should submit two files, the asp file which runs the code and the XSL file which will handle the display of the hotels.
The page should work inserted into any ASP web application so it should not rely on any external files or images or anything. Also, you should not worry too much about styling it, we're not testing your CSS ability, just the XML/XSL ability.
The page should work in the following way:
Initially, the user should see a dropdown box containing the names of all of the hotels in the XML file
Once a hotel is selected, its information should be displayed on the same page
You do not need to display all information, just the following:
Hotel Name
Address
Description
Rate information
You may assume that the hotelID is unique among all hotels
When the hotel information is shown, the user should be able to select another hotel and have that information shown
So judging by the requirement I think you are correct that they want XSLT and not ASP.NET to handle the display of hotels. Can you help me with this XSL?
|