21
Script options,for Linux people
The command-line scripts have a set of options,which
you see by giving the command name followed by
--help
$ teitohtml --help
TEI conversion: from tei to html
Usage: /usr/bin/teitohtml [options] inputfile [outputfile]
Options, binary switches:
--verbose # be verbose
--debug # be verbose, do not delete intermediate files
--apphome=/usr/share/xml/tei/stylesheet # where to find app directory
--
profiledir=/usr/share/xml/tei/stylesheet/profiles # where to find profile directory
--profile=default # which transformation profile to use
--oxygenlib=/usr/share/oxygen/lib # where is oxygenlib
--odd # perform processing of ODD (if appropriate)
--localsource=DIR # where is local copy of source of TEI Guidelines
--summaryDoc # only make summary, when doing ODD processing
Options, shown with defaults:
--saxonjar=/usr/share/saxon/saxon9he.jar # location of Saxon jar file
7/33