This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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

---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]