This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 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: jirka@kosek.cz
  http://www.kosek.cz


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]