CATS Setup - Lab #5 - XML Parsing

If you are performing this assignment on the CATS machines, you need to perform the following setup steps before starting your work:

  1. Now add the XSLT path into your CLASSPATH environment variable. This is done by adding the following lines to the end of your .cshrc file.

    setenv XALAN /afs/cats.ucsc.edu/class/cmps183-jw.s03/xalan-j_2_5_1
    setenv CLASSPATH .:$XALAN/bin/xalan.jar:$CLASSPATH

  2. Load these changes into your active shell:

    unix> source .cshrc
  3. Verify the changes were made:

    unix> printenv CLASSPATH
    
         .:/afs/cats.ucsc.edu/class/cmps183-jw.s03/xalan-j_2_5_1/bin/xalan.jar:
         .:/afs/cats.ucsc.edu/class/cmps183-jw.s03/xerces-2_4_0/xercesImpl.jar:
         /afs/cats.ucsc.edu/class/cmps183-jw.s03/xerces-2_4_0/xercesSamples.jar:
         /afs/cats.ucsc.edu/class/cmps183-jw.s03/xerces-2_4_0/xmlParserAPIs.jar

    Last modified: 5/10/2005