|
|
Saxon
Product Name: Saxon
Author: Michael Kay
Website: http://saxon.sourceforge.net/
Download Location: http://prdownloads.sourceforge.net/saxon/saxonb8-6-1.zip
DTDGenerator Download Location: http://prdownloads.sourceforge.net/saxon/dtdgen7-0.zip
User Tool Settings
| Command Line: |
java |
| Arguments: |
|
| To convert using XSL: |
com.icl.saxon.StyleSheet "$(FilePath)" "$(FileDir)\test.xsl" |
| To generate a DTD: |
DTDGenerator "$(FilePath)" |
| Initial Directory: |
|
| Options: |
Capture Output in a new document of type: HTML File
(for XSLT conversion)
OR
Capture Output in a new document of type: DTD File
(for DTD generation)
|
Comments
To use the Saxon XSLT Processor, create a new User Tool and enter the Command Line, Arguments, Working Directory and options as shown above. Replace test.xsl with the name of the XSL stylesheet you wish to use.
You must have the Java Runtime Environment installed to use Saxon. See the Saxon documentation for more details.
Make sure the following is included in your CLASSPATH environment variable:
C:\Saxon\;C:\Saxon\saxon.jar;C:\Saxon\samples\java
If you have installed Saxon in a different directory, replace
C:\Saxon\
with the path where it is installed.
To use the DTDGenerator, you must also download the DTDGenerator package from the URL listed above and extract it to your
Saxon directory. Then also add C:\Saxon\dtdgen.jar to your CLASSPATH environment variable.
|
|
|
|