Class Txt2Html

java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.apache.tomcat.buildutil.Txt2Html
All Implemented Interfaces:
Cloneable

public class Txt2Html extends org.apache.tools.ant.Task
Ant task to convert a given set of files from Text to HTML. Inserts an HTML header including pre tags and replaces special characters with their HTML escaped equivalents.

This task is currently used by the ant script to build our examples

Author:
Mark Roth