org.chwf.webdoc
Class DTDDoc

java.lang.Object
  |
  +--org.chwf.webdoc.DTDDoc

public class DTDDoc
extends java.lang.Object

A Java class for generating xdoc documentation from DTDs:

 java org.chwf.webdoc.DTDDoc
      [-d <target directory>] <path to DTD file>
This class (a) converts the DTD to XML and (b) transforms it using:
dtd-to-html.xsl
This version is designed for the DTDs in Chrysalis, and may not work for DTDs in general.

Author:
Paul Strack

Constructor Summary
DTDDoc()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DTDDoc

public DTDDoc()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Main.
Parameters:
args - Command line args.
Throws:
java.lang.Exception - For transformation and write errors.


Copyright © 2002-2004, Paul Strack. All Rights Reserved.