CSC 390 - Special Topics: Web Programming
Dr. R. M. Siegfried
Assignment #9 - Creating a Basic XML Document
Due Wednesday, April 15, 2015
You are going to create a basic XML document that contains a root object called "bookstore" or
"Bookstore inventory" and contains within it 3-5 books. Each book should have the following nested tags:
- Title
- Author
- Year of Publication
- Publisher
- Number of Pages
- Hardcover or Paperback
Publisher should have these attributes:
- City
and
- State (or foreign Country)
Have your name within a comment.
Submit your assignment by e-mail (to siegfrie@adelphi.edu).
[Back to the Assignments.html]