There are 3 files in this example:
=============================
ReadMe.txt - This file.

inventory.xml - The XML data file used by the application class

XPathExpressionExplorer.java - Application source


Installation
==========
1. Extract all files from JavaXPathExamples.zip file into a directory of your choosing.

2. Navigate to the directory that contains the extracted files

3. Compile the XPathExpressionExplorer.java source using the following command:
	javac XPathExpressionExplorer.java

4. Run the application using the following command:
	java XPathExpressionExplorer	




