XML Assignment: Due May 5, 2008
Create an XML application that works as an address book.
The address book will be structured as follows:
<book> will be the root element which contains entries
Each entry contains the following:
- Name consisting of (optional title) optional first name, last name
- phone number consisting of area code and number with optional extension
and a type of phone number: home, work, mobile, fax, other
- you can have as many phone numbers as you wish per entry
- e-mail address: personal/home/??? no limit
- what ever else you can think of (IM, ...)
Create a schema for it
Create a style sheet for presenting it.