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:

  1. Name consisting of (optional title) optional first name, last name
  2. phone number consisting of area code and number with optional extension and a type of phone number: home, work, mobile, fax, other
    1. you can have as many phone numbers as you wish per entry
  3. e-mail address: personal/home/??? no limit
  4. what ever else you can think of (IM, ...)

Create a schema for it
Create a style sheet for presenting it.