
To install this software, set the CLASSPATH variable of the platform 
and point to "vtd-xml.zip" or "vtd-xml.jar" in same directory as this file.
 

In winXP, "set CLASSPATH=.;<this directory>\vtd-xml.zip;%CLASSPATH%"

In Linux,  if using bash,
    CLASSPATH=.:<this directory>/vtd-xml.zip;$CLASSPATH
    export CLASSPATH 
if using csh
    setenv CLASSPATH .:<your path>/vtd-xml.zip
   
