From: Michael Smith Date: Tue, 2 Jul 2002 04:51:37 +0000 (+0000) Subject: fixed some typos X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a79bb8368aa5aa637b6a6292c4a59dd71c62486d;p=docbook-dsssl fixed some typos --- diff --git a/xsl/docsrc/extensions.xml b/xsl/docsrc/extensions.xml index 5d8f6c4e1..0b7717f86 100644 --- a/xsl/docsrc/extensions.xml +++ b/xsl/docsrc/extensions.xml @@ -30,7 +30,7 @@ The line numbers and callouts in the following example are - made possible through the use of the DocBook XSLT extention + made possible through the use of the DocBook XSLT extension functions. A program listing with line numbering and callouts @@ -112,7 +112,7 @@ both a line and a column.) To use the extensions, you need to: Determine which extension jar file (in the extensions)corresponds mostly + class="directory">extensions directory) corresponds most closely to the Java XSLT engine you use. @@ -139,7 +139,7 @@ both a line and a column.) Xalan-Java 1 or for versions of Saxon prior to 6.4.3. And because the only current implementation of the extensions is written in Java, you can't yet use them with xsltproc (which - is a written in C) or with the Xalan-C++. + is a written in C) or with Xalan-C++. @@ -148,16 +148,18 @@ both a line and a column.) parameter to 1 (instead of the default 0). - Enabling the Extensions from the Command Line - To enable the extensions for the command line, you need to + Enabling the extensions from the command line + To enable the extensions from the command line, you need to pass the use.extensions parameter to your XSLT engine. Here's an example of how to do that with Saxon: - -java com.icl.saxon.StyleSheet filename.xml docbook/html/docbook.xsl use.extensions=1 > output.html + + java com.icl.saxon.StyleSheet filename.xml docbook/html/docbook.xsl \ + use.extensions=1 > output.html and here's an example of how to do it with Xalan: - -java org.apache.xalan.xslt.Process -IN filename.xml -XSL docbook/html/docbook.xsl -PARAM use.extensions 1 -OUT output.html + + java org.apache.xalan.xslt.Process -IN filename.xml -XSL docbook/html/docbook.xsl \ + -PARAM use.extensions 1 -OUT output.html