Fabian M?ller wrote: > Hello, > > I use the DocBook stylesheets directly to process my DocBook xml > files. The resulting html output should use a css file. I do not know > how to do this. When I do not use forrest but xsltproc to process an > xml file I use a command like > > xsltproc --stringparam html.stylesheet standard.css file.xml > > The effect of this command is that the resulting html file uses the > css file "standard.css". > > How can I do this with forrest? > > Thanx for your help,
I do not use DocBook. I gather from your comments that you need to pass a parameter to the stylesheet. In Cocoon sitemaps this is how ... <map:transform src="...blah.xsl"> <map:parameter name="foo" value="bar"/> </map:transform> -David
