Installing SAXON on Windows
-
Enter the URL: http://saxon.sourceforge.net/.
-
From SAXON: The XSLT and XQuery Processor page, scroll to find the
heading Saxon-B 9.1.
-
Select Download.
The SourceForge.net page opens with a list of download
options.
-
Select any of the
images to start the download.
-
Click Save to unzip the saxonb9-1-0-5j.zip
file and save it to the C:\ directory as
saxon.
-
Add C:\saxon\saxon9.jar;C:\saxon\saxon9-dom.jar;C:\saxon\saxon9-dom4j.jar;C:\saxon\saxon9-jdom.jar;C:\saxon\saxon9-s9api.jar;C:\saxon\saxon9-sql.jar;C:\saxon\saxon9-xom.jar;C:\saxon\saxon9-xpath.jar;C:\saxon\saxon9-xqj.jar; to the CLASSPATH environment variable.
-
Set up ANT_OPTS. For example:
set ANT_OPTS=%ANT_OPTS% -Djavax.xml.transform.TransformerFactory=
net.sf.saxon.TransformerFactoryImpl