many thanks

Laurent

-----Message d'origine-----
De : Joerg Heinicke [mailto:[EMAIL PROTECTED]
Envoyé : lundi 19 avril 2004 21:57
À : [EMAIL PROTECTED]
Objet : Re: Cocoon WebMail Client Application -
java.lang.RuntimeException: org.xml.sax.SAXException:


On 19.04.2004 21:29, Marot Laurent wrote:

> 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]


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

Reply via email to