OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: DOCBOOK-APPS: 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




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC