Homework 7

 

  1. Make an XML file that contains at least 5 children of the root. Each child node is a some sort of user of your database. Each user node has at least 4 child nodes. One of the child nodes is a unique ID.
  2. Have an HTML file that displays the XML data in a table.
  3. Have an HTML file that lets you see each user one at a time.
  4. Have an HTML file that lets you search for a user and display their data.

Tell me which browser I should use to look at your work (extra credit if it works in both IE and Firefox.)

Send me a link when you're done