Set up the CLASSPATH environment variable to
include the Saxon JAR files, for
example:export CLASSPATH=<saxon_dir>/saxon9.jar:<saxon_dir>/saxon9-dom.jar:$CLASSPATH
Set up the ANT_OPTS environment variable, for
example:
export ANT_OPTS=$ANT_OPTS -Djavax.xml.transform.TransformerFactory=net.sf.saxon.TransformerFactoryImpl