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 %n %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
