Xml File Creation 09.06.08
1. Create an XML file with markup tags and some sample data to represent a list of invoices. Include the XML tags for two invoices in the list. Also, assume the invoices are created from a database whose tables are shown in the following database relationship diagram.
Important: The attached file needs to be checked for correctness!
That is, the invoice header information is stored in the table invoice. The invoice table is linked to lines, which hold the many line items of the invoice. Each line item is linked to a product containing information on the particular product, which in turn is linked to the suppliers table where information on the supplier of the product can be found.
2. Modify the XML document in Exercise 1 to include a namespace URL from which the elements of the XML document in the Exercise will be associated with. Make any changes to the XML document that are necessary as a result of the namespace URL inclusion.
Create an actual Web page document which is referenced by the namespace URL, and include any information you feel necessary.
Submit the modified XML document and the namespace document as the output from this exercise.



