From: Mauritz Jeanson Date: Sat, 1 Mar 2008 20:40:11 +0000 (+0000) Subject: Tweaked the text a little. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bad444877b5d7aa096e72bd01a41747d3a9e79d3;p=docbook-dsssl Tweaked the text a little. --- diff --git a/xsl-libxslt/python/README b/xsl-libxslt/python/README index 9255551dd..f4362e40b 100644 --- a/xsl-libxslt/python/README +++ b/xsl-libxslt/python/README @@ -25,17 +25,18 @@ be installed before you start using the extensions: ---------------------------------------------------------------------- Installation of the extensions ---------------------------------------------------------------------- -Place xslt.py and docbook.py in a directory of your choice. +No special installation step is needed. ---------------------------------------------------------------------- How to use the extensions ---------------------------------------------------------------------- -The transformation command has this general form: +Instead of using xsltproc, you run a Python program (xslt.py). The +command has this general form: python xslt.py xmlfile xslfile [outputfile] [param1=val1 [param2=val]...] Modify paths, filenames, and parameters as needed. Make sure to set -use.extensions=1 and tablecolumns.extension=1. +the "use.extensions" and "tablecolumns.extension" parameters to 1. ---------------------------------------------------------------------- Manifest