Image Path

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have three image groups. I have to create an XML document that models the
image groups.Each grouping should include the name and location of the images
within the group.
 
seema said:
I have three image groups. I have to create an XML document that models the
image groups.Each grouping should include the name and location of the images
within the group.

Was there a question in that?
 
Sorry, I didn't ubderstand what u mean. 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.
 
seema said:
Sorry, I didn't ubderstand what u mean.

I mean that you posted what you have to do, but you didn't explain why
you did post it.

I assume that you have some problem with implementing it, but noone can
help you unless you tell what the problem is.
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.

It's still just some requirements. What is the problem? Don't you
understand the assignment? Have you tried to implement it?
 
Back
Top