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]
Other format: [Raw text]

Re: [docbook-apps] [XSL] Changing the names used for navigation?


On Fri, Mar 28, 2003 at 12:29:11PM +0100,
 Stephan Wiesner <stephan at stephan-wiesner dot de> wrote 
 a message of 56 lines which said:

> you can add something like this to your adaption layer to overwrite the 
> default values:

Well, the following code is accepted but changes nothing to the labels.

> <xsl:param name="local.l10n.xml" select="document('')" />
> <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0";>
>  <l:l10n language="de">
>      <l:context name="xref">
>         <l:template name="figure" text="Abbildung&#160;%n.&#160;%t"/>
>         <l:template name="table" text="Tabelle&#160;%n.&#160;%t"/>
>      </l:context>   
>  </l:l10n>
>  <l:l10n language="en">
>      <l:context name="xref">
>         <l:template name="figure" text="Figure&#160;%n.&#160;%t"/>
>         <l:template name="table" text="Table&#160;%n.&#160;%t"/>
>      </l:context>   
>  </l:l10n>
> 
> 
> 
> </l:i18n>

---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscribe at lists dot oasis-open dot org
For additional commands, e-mail: docbook-apps-help at lists dot oasis-open dot org


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