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]

Overiding Chapter Title formatting


I see how to do this:
<xsl:param name="local.l10n.xml" select="document('')"/> 
<l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0";> 
  <l:l10n language="en"> 
    <l:context name="title"> 
      <l:template name="chapter" text="Chapter&#160;%n&#160;%t"/>
    </l:context>    
  </l:l10n>
</l:i18n>

But I want to put a line break after the "Chapter X" and before the
Chapter Title. How do I put a page break in there?

Brian



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