CS 898n - Homework 4 - Name:_________________ DUE: Wednesday, December 5 (in class) Please show all work on a separate sheet attached to this sheet. (50 points - 10 points for each problem) o The objective of this homework is to let you be familiar with XML and related technologies. 1. Choose an object and create an XML document to specify the information about this object. 2. Create a DTD file to define the legal building blocks of this XML document. 3. Create an XSL file to display this XML document. 4. Create an XML Schema file for this object. 5. Create a HTML page to combine all these components together to show the content of the objects defined in this XML document. o The object you choose should not be the one of examples we show in the class. The object can be the table you define in your Mid-Term program. o This soft copy of this assignment should be submitted by the handin system. The submission ID is 2. For example, you choose a car as an object. Your submission is like this way: ~cs898n/bin/handin 2 car.xml car.dtd car.xsl car.xsd car.html o To verify or view your all codes from a browser, you need to use Internet Explorer 5 above or Navigator 6 above.