Hi,

I am using cocoon 2.1.8, and is using i18n transformer for
internationalization. I have a issue with i18n caching.

I generate the catalogues using pipeline, i.e I have the following for
my i18n declaration

<map:transformer name="i18n" logger="sitemap.transformer.i18n"
        src="org.apache.cocoon.transformation.I18nTransformer">
        <catalogues default="others">
                        <catalogue id="menu"       name="menu"   
location="cocoon:/translations"/>          
                        <catalogue id="others"     name="others"         
location="cocoon:/translations"/>

        </catalogues>
        <cache-at-startup>true</cache-at-startup>
</map:transformer>

I have the following pipeline defined for the transaltions

<map:match pattern="translations/*_*.xml">

and <map:match pattern="translations/*.xml">

where in I generate the catalogue xml file. It looks like i18n
transformer caches the xml file, and doesnot fetch the same again. I
therefore have a problem, where the output of the above pipeline gives
me a different values, but the transformer still shows me the
incorrect values.

Please help

Sanket

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

Reply via email to