[Refdb-cvs] CVS: refdb/scripts refdbxml.in,1.12.2.4,1.12.2.5
Status: Beta
Brought to you by:
mhoenicka
From: Markus H. <mho...@us...> - 2004-11-14 15:49:53
|
Update of /cvsroot/refdb/refdb/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22569/scripts Modified Files: Tag: Release_0_9_5_stable refdbxml.in Log Message: FOP is now the default FO processor;adapted TEI stylesheet directory structure;fixed help Index: refdbxml.in =================================================================== RCS file: /cvsroot/refdb/refdb/scripts/refdbxml.in,v retrieving revision 1.12.2.4 retrieving revision 1.12.2.5 diff -u -U2 -r1.12.2.4 -r1.12.2.5 --- refdbxml.in 25 Oct 2004 21:14:27 -0000 1.12.2.4 +++ refdbxml.in 14 Nov 2004 15:49:44 -0000 1.12.2.5 @@ -17,7 +17,7 @@ xhtmldb="<docbk_root>/xhtml/docbook.xsl" fodb="<docbk_root>/fo/docbook.xsl" -htmltei="<tei_root>/teixsl-html/teihtml.xsl" -xhtmltei="<tei_root>/teixsl-html/teihtml.xsl" -fotei="<tei_root>/teixsl-fo/tei.xsl" +htmltei="<tei_root>/html/teihtml.xsl" +xhtmltei="<tei_root>/html/teihtml.xsl" +fotei="<tei_root>/fo/tei.xsl" # the default xslt processor: xalan, xt, saxon, saxon-xerces or xsltproc @@ -25,5 +25,5 @@ # the default fo processor: passivetex, fop, jfor, or xep -fo_processor="passivetex" +fo_processor="fop" # the path to the Java class repository. This option is DEPRECATED. Please @@ -198,8 +198,9 @@ c ) fop_config_file="-c $OPTARG";; h ) echo "creates formatted output from a DocBook or TEI XML sources" - echo 'usage: refdbxml [-c fop_config_file] [-h] [-p xslt_processor] [-f fo_processor ] [-s stylesheet] [-t outformat] file1 [file2...]' - echo "Options: -h print this help and exit" - echo " -p specify xslt processor: xalan, xt, saxon, or xsltproc" + echo 'usage: refdbxml [-c fop_config_file] [-f fo_processor ] [-h] [-p xslt_processor] [-s stylesheet] [-t outformat] file1 [file2...]' + echo "Options: -c select the FOP configuration file" echo " -f specify fo processor: passivetex, fop or xep" + echo " -h print this help and exit" + echo " -p specify xslt processor: xalan, xt, saxon, or xsltproc" echo " -s stylesheet (the RefDB-generated driver file)" echo " -t select the output format. Possible values are html, xhtml, rtf, pdf." |