Next in thread →
Next in month →
Re: DOCBOOK-APPS: Using both chunk.xsl and changebars.xsl
Raphael Goubet wrote: > Is it possible to use both chunk.xsl and changebars.xsl? If I import them > both, no matter in what order, the changebars stylesheet won't have any effect. > > The only workaround I could find was to import changebars.xsl into > docbook.xsl by adding an <xsl:import> line, and remove the line which > imports docbook.xsl in changebars.xsl. > > Is there a cleaner way to do it? Make your own copy of changebars.xsl (e.g. changebars-chunk.xsl) and change <xsl:import href="docbook.xsl"/> to <xsl:import href="chunk.xsl"/>. It should (could;-) work. Jirka -- ----------------------------------------------------------------- Jirka Kosek e-mail: http://www.kosek.cz
Next in thread →
Next in month →