]> granicus.if.org Git - docbook-dsssl/commitdiff
Tweaked the text a little.
authorMauritz Jeanson <mj@johanneberg.com>
Sat, 1 Mar 2008 20:40:11 +0000 (20:40 +0000)
committerMauritz Jeanson <mj@johanneberg.com>
Sat, 1 Mar 2008 20:40:11 +0000 (20:40 +0000)
xsl-libxslt/python/README

index 9255551dd9c0bafc955288ffeb96165eafba1b58..f4362e40bdef45c70c75d9e2ef086be07c43cf5d 100644 (file)
@@ -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