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]

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

----------------------------------------------------------------
To subscribe or unsubscribe from this elist use the subscription
manager: <http://lists.oasis-open.org/ob/adm.pl>


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