Hello *

We are using this mechanism to pass request params to the stylesheets:

<map:transform src="stylesheets/my.xsl">
  <map:parameter name="use-request-parameters" value="true"/>
</map:transform>

In some cases there are german umlauts like δφό in the values of the
request params.
These params apear in the stylesheet as âÀü when the params are
urlencoded.
If there is no urlencoding all characters are correct!

when i use
<map:transform src="stylesheets/my.xsl">
  <map:parameter name="myparam" value="ΔάΦ"/>
</map:transform>
all characters are ok.

All our encoding settings are utf-8 (everywhere eg web.xml, xml,
stylesheets, form encoding action)

i looked around a lot but i am not able to solve the problem. Please help!

regards
manfred


This message and any attachment ("the Message") are confidential. If you
have received the Message in error, please notify the sender immediately
and delete the Message from your system , any use of the Message is
forbidden.
Correspondence via e-mail is primarily for information purposes. RZB
neither makes nor accepts legally binding statements unless otherwise
agreed to the contrary.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to