Homework 7
-
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.
-
Have an HTML file
that displays the XML data in a table.
-
Have an HTML file
that lets you see each user one at a time.
-
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