Class ScXML

java.lang.Object
   |
   +----ScXML

public class ScXML
extends Object
ScXML -- Creates Scala Lingua(TM) scripts from TVSCHEDULE formattted XML files that contain TV schedules for one or more channels for the week (or weeks.)

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


Usage:
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.

See Also:
ScScript, TVScheduleHandler, TemplateStream

Constructor Index

 o ScXML()

Method Index

 o main(String[])

Constructors

 o ScXML
 public ScXML()

Methods

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