To perform XSL transformations, use Explorer or Mozilla, or use the Xalan command-line tool. Download the jar-files below and write on the command line the following:
java -classpath xalan.jar:xercesImpl.jar:xml-apis.jar org.apache.xalan.xslt.Process
You can use the ApplyXPath example application of the Xalan tool to evaluate XPath expressions:
java -classpath xalan.jar:xercesImpl.jar:xml-apis.jar:xalansamples.jar ApplyXPath
Note: There may be a problem to use some versions of the java runtime machine (we had some with "kaffe"). Make sure to use SUNs java runtime machine. Then it should work.