java.lang.Object | +----ScXML
Main class: Takes the file spec of the input TVSCHEDULE file and the output Lingua script, instantiates the parser and passes the file names on to TVScheduleHandler
java ScXML <inputXMLfile> <templatefile>
<outputscript> -singleoutput
where inputXML
is the TVSCHEDULE XML file,
templatefile
contains the Scala template script and
outputscript
is the Scala Lingua script file to
be generated. If the -singleoutput
flag is used,
all output goes to outputscript
Otherwise, all
output goes to several files of the form
outputscript+channel number
, depending on how many
program channels are listed in the original file.
Copyrights: Scala, Scala Multimedia, and Lingua are TM and (C) of Scala, Inc. NO CONNECTION TO SCALA, INC. IS IMPLIED.
Permission is granted to use this code for commercial or non-commercial purposes. NO WARRANTY IS IMPLIED.
public ScXML()
public static void main(String args[]) throws Exception