Hello,
I need some help with one issue concerning sitemap configuration:
I have this which is working well:
<map:act type="locale">
<map:read src="abc.xml"/>
<map:transform type="i18n">
<map:parameter name="locale" value="{locale}"/>
</map:transform>
<map:serialize/>
</map:act>
Somewhere earlier I created a session and LocaleAction is configured to save
the locale in the session. This is working. Now I want to
translate my abc.xml without the LocaleAction:
<map:read src="abc.xml"/>
<map:transform type="i18n">
<map:parameter name="locale" value="{session:locale}"/>
</map:transform>
<map:serialize/>
But this {session:locale} doesn't work.
Is this syntax wrong? Or not allowed?
I use 2.1 from early December.
Regards,
Michael
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]