XML - Managing Data Exchange/The many-to-many relationship/Exercises

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

Many-to-Many Chapter => The Many-to-Many Relationship

Many-to-Many Answers => Answers


[edit] 1) Movie collection

Use the following data model:

Xml5moviedm.png

a. Using the IDREF method, create an XML schema to describe the illustrated data model. Include all of the attributes listed in the data model.
b. Create an XML document that includes at least two movies and two cast members per movie.
c. Create a simple XML style sheet to present the information in HTML format. No tables or CSS are necessary.


Many-to-Many Chapter => The Many-to-Many Relationship

Many-to-Many Answers => Answers