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

entryLevel_Big.xml - The XML data file with 20,000 Entry nodes
entryLevel_Short.xml - The XML data file with 2,000 Entry nodes

XPathPerformanceTester.java - Application source


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

2. Navigate to the directory that contains the extracted files

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

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




