thanks a lot Joerg, i've upgrated from xalan 2.5.2 to 2.6.0 and it works fine !
The other solution mentionned was to switch from UTF-8 to another encoding. where can i do that. Sorry for stupid question but i'm totally newbie.
Somewhere in the root sitemap the serializer are configured:
<map:serializers> <map:serializer name="html" some-other-attributes=""/> <map:serializer name="xml" some-other-attributes=""/> </map:serializers>
and so on.
The encoding can be set (it defaults to UTF-8) by changing the serializer's configuration to:
<map:serializer name="xml" some-other-attributes="">
<encoding>ISO-8859-1</encoding>
</map:serializer>The element names here are the attribute names at an xsl:output element in XSLT.
Joerg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
