← Prev in month
← Prev in thread
Re: [docbook-apps] Multiple "html.stylesheet" declarations for onedocument
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 -- ------------------------------------------------------------------ Jirka Kosek e-mail: http://www.kosek.cz ------------------------------------------------------------------ Profesionální školení a poradenství v oblasti technologií XML. Podívejte se na náš nově spuštěný web http://DocBook.cz ------------------------------------------------------------------
← Prev in month
← Prev in thread