I want to run an XSLT transformation from the command line, using the Saxon processor that comes bundled with the Oxygen XML editor. I tried the following, but got the error message "Failed to load Main-Class manifest attribute". I realize that I need to create and then invoke a manifest file, but I'm not sure how to do this.
C:\>java -jar "C:\Program Files\Oxygen XML
Editor 18\frameworks\docbook\xsl\extensions\saxon65.jar" -s:"C:\test.xml"
-o:"C:\output.xhtml" -xsl:"C:\test.xslt"
Failed to load Main-Class manifest attribute from
C:\Program Files\Oxygen XML Editor
18\frameworks\docbook\xsl\extensions\saxon65.jar