programing hw
#1 Create an xml schema for a catalog of cars, where each car has child elements make, model, year, color, engine, number_of_doors, transmission_type, and accessories. The engine element has the child elements number_of_cylinders and fuel_system (carbureted or fuel injected). The accessories element has the attributes radio, air_conditioning, power_windows, power_steering, and power_brakes, each of which is required and has the possible values yes and no.
#2 Create an XML document with at least three instances of the car element defined in the XML schema of exercise #1, and produce a display of the raw xml document.
#3 Create a CSS style sheet for the XML document #2, and use it to create a display of that document.
10 years ago
21
Purchase the answer to view it

- xml-assignment.zip