|
DTDGenerator
Product Name: DTDGenerator
Author: Michael Kay
Website: http://saxon.sourceforge.net/dtdgen.html
Saxon 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 Generate a DTD: |
DTDGenerator "$(FilePath)" |
Initial Directory: |
|
Options: |
Capture Output in a new document of type: DTD File
|
Comments
DTDGenerator is an add-on to the Saxon distribution. You need to first download and install Saxon, then download the DTDGenerator package
and extract it to your Saxon directory. To use the DTDGenerator, create a new User Tool and enter the Command Line, Arguments, Working Directory and options as shown above.
You must have the Java Runtime Environment installed to use DTDGenerator. 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;C\Saxon\dtdgen.jar
If you have installed Saxon in a different directory, replace
C:\Saxon\
with the path where it is installed.
|
|
|