Big Java example project "parser"

You can use this project as follows:

 - invoke the main method of the driver class ItemListParserTester by 
 right-clicking on the class representation and selecting the main method.
 - interactively create an ItemListParser and parse an XML file. 
 
This project illustrates concepts covered in Big Java, Chapter 26 
"XML".
  
 - understanding XML elements and attributes
 - understanding the concept of an XML parser
 - being able to read and write XML documents
 - being able to design Document Type Definitions for XML documents
