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: Re: DOCBOOK-APPS: References to section don't contain a title?


Hi Dennis,
thanks, that works fine, though I have to adapt it for all languages...

I looked at en.xml, there the section is defined as:
  <l:template name="section" text="Section&#160;%n"/>

Any reason for this (Norman?), my personal oppinion is, that a reference 
to a section without the title is not very helpful?

Stephan

Dennis Grace wrote:
> Add this to your customization layer:
> 
> <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="section-xref-numbered">
>        <l:template name="bridgehead" text='Section %n, "%t"'/>
>        <l:template name="sect1" text='Section %n, "%t"'/>
>        <l:template name="sect2" text='Section %n, "%t"'/>
>        <l:template name="sect3" text='Section %n, "%t"'/>
>        <l:template name="sect4" text='Section %n, "%t"'/>
>        <l:template name="sect5" text='Section %n, "%t"'/>
>        <l:template name="section" text='Section %n, "%t"'/>
>  </l:context>
> 
>  </l:l10n>
>  </l:i18n>
> 
>  Dennis Grace




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


Powered by eList eXpress LLC