The configuration you have specified will look in the current sitemap for a pipeline that matches a uri that starts with "messages" and ends with ".xml" and will have various incarnations of the locale in between (Look at the javadoc for I18Ntransformer). So with US English it will look for:
cocoon:/messages_en_us.xml cocoon:/messages_en.xml cocoon:/messages.xml If you have a pipeline that matches these they should get called until one of them provides a match. You need something in your sitemap like <map:match pattern="messages*.xml"> ... </map:match> Ralph -----Original Message----- From: Stefan Dehnert [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 4:18 AM To: Cocoon User Mailling List Subject: i18n dynamic catalogues Hi, with Cocoon 2.1.3 I want to use dynamic from a database produced catalogues for i18n, but I don't know how set up the sitemap configuration. I tried things like: <catalogue id="messages" name="messages" location="cocoon:/"/> but it is not working. Can anyone give me a hint? Thanks in advance for any help stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
