Hello.
I have some entrance in sitemap:
<map:match pattern="specs">
<map:generate src="xml/specs.xml"/>
<map:serialize type="xml"/>
</map:match>
I want to serve different xml files, which depends on
{session-attr:locale} variable, but with default value 'pl'.
I tried:
<map:match pattern="specs">
<map:generate src="xml/specs_{session-attr:locale}.xml"/>
<map:serialize type="xml"/>
</map:match>
but if browser is for example from Japan, then I want to serve
xml/specs_pl.xml not .._jp.xml. I have set of 4 acceptable languages.
Anybody knows the solution?
Please help me :)
ar
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]