[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]
Subject: DOCBOOK-APPS: Re: toc frame in slides
/ Martin Perina <martin.perina@ataco.cz> was heard to say:
| > No template named "slides" exists in the context named "title" in the "en" localization.
|
| The same problem I've solved last night. You need to add line
|
| <l:template name="slides" text="%t"/>
|
| to section
|
| <l:context name="title>
|
| in file common/en.xml in your XSL stylesheets directory.
Or put this in your customization layer:
<xsl:param name="local.l10n.xml" select="document('')"/>
<i18n xmlns="http://docbook.sourceforge.net/xmlns/l10n/1.0">
<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="en">
<l:context name="title">
<l:template name="slides" text="%t"/>
</l:context>
</l:l10n>
</i18n>
The next release of the slides doctype will include this by default.
Be seeing you,
norm
--
Norman Walsh <ndw@nwalsh.com> | Some people tell you you should
http://www.oasis-open.org/docbook/ | not drink claret after
Chair, DocBook Technical Committee | strawberries. They are
| wrong.--William Maginn
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]
Powered by eList eXpress LLC