### 
### captureWAS.sh -in <xml_config_file> -xsl <config_xsl_file> -out <output_html_file>
### 

LOCAL_CLASSPATH=/path/to/lib/xercesImpl.jar
LOCAL_CLASSPATH=$LOCAL_CLASSPATH:/path/to/lib/xalan.jar
LOCAL_CLASSPATH=$LOCAL_CLASSPATH:/path/to/lib/xmlParserAPIs.jar

java -classpath "$LOCAL_CLASSPATH" org.apache.xalan.xslt.Process $1 $2 $3 $4 $5 $6