Actually I have to create a web page
which uses this xml document I have three image zip files. In each zip file
I have three images. The following are my requirements
• Create an xml document that models the image groups. Each grouping should
include the name and location of the images within the group.
• Create a web page that allows the user to select and display a group of
images.
• Use the xml file to specify the groups of images the user can select.
• Allow the user to select a group of images.
• Display the group of images when a selection is made.
• When the xml file is changed on the server, the UI should automatically be
updated to reflect the changes without requiring user interaction.