[I18n Transformer] Message Locations

2004-04-20 Thread Alex Romayev
Hi, It seems that I18nTransformer is now looking for messages in the relative to the current sitemap directory. Is it possible to have a single base location for all messages? Thanks, -Alex - To unsubscribe, e-mail: [EMAIL

Re: [I18n Transformer] Message Locations

2004-04-20 Thread Antonio Gallardo
Alex Romayev dijo: Hi, It seems that I18nTransformer is now looking for messages in the relative to the current sitemap directory. Is it possible to have a single base location for all messages? Yep. In sitemap.xmap you can set it using context: map:transformer name=i18n catalogues

Re: [I18n Transformer] Message Locations

2004-04-20 Thread Alex Romayev
I am mounting my application outside of cocoon directory structure, so if I remember correctly, I will not be able to use context:// protocol, is there another way? Thanks, -Alex --- Antonio Gallardo [EMAIL PROTECTED] wrote: Alex Romayev dijo: Hi, It seems that I18nTransformer is now

Re: [I18n Transformer] Message Locations

2004-04-20 Thread David Crossley
Alex Romayev wrote: I am mounting my application outside of cocoon directory structure, so if I remember correctly, I will not be able to use context:// protocol, is there another way? Have you tried the file:// protocol ...

Re: [I18n Transformer] Message Locations

2004-04-20 Thread David Crossley
Alex Romayev wrote: I am mounting my application outside of cocoon directory structure, so if I remember correctly, I will not be able to use context:// protocol, is there another way? Have you tried the file:// protocol ...

Re: [I18n Transformer] Message Locations

2004-04-20 Thread Alex Romayev
My application is being deployed in different environments, so I can't rely on the file path. What I really need is application context, but I'm afraid there is no such protocol. I think I'll just have to wrap it with a pipeline, so that I would use cocoon:// instead. Thanks everyone, -Alex