Hi:

I am trying to switch to another i18n catalogue. The tranformer is defined
as:

<map:transformer name="i18n" logger="sitemap.transformer.i18n"
   pool-grow="4" pool-max="32" pool-min="8"
   src="org.apache.cocoon.transformation.I18nTransformer">
    <catalogues default="woody">
      <catalogue id="woody" name="WoodyMessages"
                 location="context://translations"/>
      <catalogue id="mensajes" name="messages"
                 location="context://translations"/>
  </catalogues>
  <cache-at-startup>false</cache-at-startup>
</map:transformer>

Note the default is the woody catalogue, but in a resource I tried to use
the second catalogue without success:

<map:resources>
    <map:resource name="normal">
        <map:transform type="i18n" default-catalogue-id="messages"/>
        <map:transform src="stylesheets/doc2html.xslt"/>
        <map:transform type="xinclude"/>
        <map:transform type="encodeURL"/>
    </map:resource>
</map:resources>

But it does not work. Is this a bug? What I am doing wrong?

Best Regards,

Antonio Gallardo

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to