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, Fabian Müller