This is the mail archive of the
docbook-apps@lists.oasis-open.org
mailing list .
Re: [docbook-apps] Help with saxon syntax
- From: Bob Stayton <bobs at sco dot com>
- To: Kenneth Johansson <ke-joh at sectra dot se>
- Cc: DOCBOOK-APPS <docbook-apps at lists dot oasis-open dot org>
- Date: Mon, 25 Aug 2003 08:52:08 -0700
- Subject: Re: [docbook-apps] Help with saxon syntax
- References: <FPENIAKCJPMMKJHEOCMHEEBPCGAA.ke-joh@sectra.se>
On Mon, Aug 25, 2003 at 05:08:31PM +0200, Kenneth Johansson wrote:
> Hi,
>
> It is possible to do the following xsltproc command with saxon? How?
>
> xsltproc --stringparam html.stylesheet docbook.css ./../lib/docbook-xsl/custom_stylesheets/stylesheets/htmlhelp/customhtmlhelp.xsl writing-documentation.xml
>
> Its the part "--stringparam html.stylesheet docbook.css" that I can't figure out.
Have you looked at the Saxon documentation?
You want something like this:
java com.icl.saxon.StyleSheet \
writing-documentation.xml \
../lib/docbook-xsl/custom_stylesheets/stylesheets/htmlhelp/customhtmlhelp.xsl \
html.stylesheet=docbook.css
--
Bob Stayton 400 Encinal Street
Publications Architect Santa Cruz, CA 95060
Technical Publications voice: (831) 427-7796
The SCO Group fax: (831) 429-1887
email: bobs@sco.com
---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org