Re: [docbook-apps] Multiple "html.stylesheet" declarations for onedocument

From
Bernd Pörner <>
Date
2004-09-07T06:15:36+00:00
ID
Thread
Re: [docbook-apps] Multiple "html.stylesheet" declarations for onedocument
Sorry and thanks a lot.

B.

BTW: It's very hard to browse the archives at 
http://lists.oasis-open.org/archives/docbook-apps/, as they seem to have 
no search functions. This way, finding a solution could be a job of many 
hours.

Jirka Kosek wrote on 06.09.2004 22:10:

> Bernd Pörner wrote:
>
>> Are there any possibilities to use multiple
>>
>> <xsl:param name="html.stylesheet" select="'xxx.css'"/>
>>
>> declarations in my customization layer?
>
>
> You should consult documentation and list archive first. This question 
> was answered many times ago. (I personally answered it here 6 weeks ago).
>
> You can specify multiple CCS stylesheets separated by spaces in 
> html.stylesheet parameter.
>
> <xsl:param name="html.stylesheet" select="'xxx.css yyy.css zzz.css'"/>
>
>                 Jirka
>