Class XML2simple

Class XML2simple

Object
   |
   +----XML2simple

public class XML2simple
extends Object
This class translates the XML form of TL to the simple form. The main method is typically invoked on the command line with two arguments. The first is the name of the input file (XML form) and the second is the name of the output file (simple form). For example, to translate hello.xml to hello.template, you would say:

      java XML2simple hello.xml hello.template

Version:
1.0
Author:
Craig Cleaveland

Constructor Index

 o XML2simple()

Method Index

 o main(String[])

Constructors

 o XML2simple
public XML2simple()

Methods

 o main
public static void main(String[] args)