Installing Xalan on Linux
Enter the URL:
http://archive.apache.org/dist/xml/xalan-j/
From Saxon: The Xalan Processor page, scroll to find the heading
xalan-j_2_7_1-bin.tar.gz
. Click to download.
Save and unzip the
xalan-j_2_7_1-bin.tar.gz
file to a linux home directory.
Add Xalan to the
CLASSPATH
environment variable.
export CLASSPATH=${CLASSPATH}:${xalan_dir}/bin
Parent topic:
Installing the minimal package on Linux