OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] Help with saxon syntax


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


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]