de.betabeans.demo.scroogexhtml
Class ScroogeXHTMLTest

java.lang.Object
  |
  +--de.betabeans.demo.scroogexhtml.ScroogeXHTMLTest

public class ScroogeXHTMLTest
extends java.lang.Object

ScroogeXHTMLTest is the test class for ScroogeXHTML. It can be used to convert a RTF file to a XHTML file.

Author:
Michael

Constructor Summary
ScroogeXHTMLTest()
          Constructor for the ScroogeXHTMLTest object
 
Method Summary
static void main(java.lang.String[] args)
          Convert a RTF file to an XHTML file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScroogeXHTMLTest

public ScroogeXHTMLTest()
Constructor for the ScroogeXHTMLTest object
Method Detail

main

public static void main(java.lang.String[] args)
Convert a RTF file to an XHTML file. Example: java -jar ../lib/ScroogeXHTML.jar readme.rtf debug=off This will convert the file readme.rtf to a xhtml file (with the extension xhtml) in the same folder. Use debug=on to build a file with (lots of) debug code if neccessary. The output file name is a random file name which starts with scx.
Parameters:
args - The command line arguments