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] | [List Home]


Subject: mulitple


Hello,

I have an extension that includes  the standard docbook and 2 other .xsl 
sheets. In those 2 sheets I both have some localizations for my templates.

I declared the this way:
<xsl:param name="local.l10n.xml" select="document('')"/>
<l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0";>
  <l:l10n language="nl">
    <l:context name="title">
      <l:template name="something" text="Iets"/>
    </l:context>
  </l:l10n>
  <l:l10n language="en">
    <l:context name="title">
      <l:template name="something" text="Something"/>
    </l:context>
  </l:l10n>
</l:i18n>

But it seems that my second sheet overwrites the definitions of my first 
sheet. How should I declare it, so that I am able to keep de declarations in 
these seperate documents?


Thanks,

Wim Lemkens


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