Re: Getting i18n by action in an sitemap aggregation

2003-07-28 Thread Konstantin Piroumian
From: [EMAIL PROTECTED] Hi This is how I've done things, maybe it'll help: map:action name=locale src=org.apache.cocoon.acting.LocaleAction logger=sitemap.action.locale store-in-sessionfalse/store-in-session create-sessionfalse/create-session

Getting i18n by action in an sitemap aggregation

2003-07-26 Thread Mathias Wiegard
Hi, I have a pipelines which elements are all surrounded by an locale-action. At the first step in the first matcher I'm aggregating two xml files: map:aggregate element=site map:part src=cocoon:/book/index.xml/ map:part src=cocoon:/body/index.xml/ /map:aggregate Now, I want to have access to

Getting i18n by action in an sitemap aggregation

2003-07-26 Thread Mathias Wiegard
Hi, I have a pipelines which elements are all surrounded by an locale-action. At the first step in the first matcher I'm aggregating two xml files: map:aggregate element=site map:part src=cocoon:/book/index.xml/ map:part src=cocoon:/body/index.xml/ /map:aggregate Now, I want to have access to

Re: Getting i18n by action in an sitemap aggregation

2003-07-26 Thread 02068452
Hi This is how I've done things, maybe it'll help: map:action name=locale src=org.apache.cocoon.acting.LocaleAction logger=sitemap.action.locale store-in-sessionfalse/store-in-session create-sessionfalse/create-session store-in-requesttrue/store-in-request