[SUMMARY] : Encoding problems

2003-03-25 Thread Maxime.Gheysen
to have the right caracter-set in sitamap.xmap write this : map:serializer name=xml mime-type=text/xml src=org.apache.cocoon.serialization.XMLSerializer pool-max=32 pool-min=16 pool-grow=4 encodingiso-8859-1/encoding /map:serializer map:serializer name=html

RE: [SUMMARY] : Encoding problems

2003-03-25 Thread zze-MORY Nicolas FTRD/DMI/REN
hello, any one ever have this problem with the Webserviceproxy mode ? : org.apache.cocoon.ProcessingException : Failed to execute pipeline : java.io.UTFDataFormat Exception : Invalid byte 2 of 3 byte UTF-8 sequence - To

Re: [SUMMARY] : Encoding problems

2003-03-25 Thread Lionel Crine
This method works well. But for me it's more complicated. In my case, The URL should go from the xsp (which have the good encoding) through an xsl page in a frame element as src attribute. But at this moment, characters are converted into UTF-8, which I don't want. Does I reach the cocoon

RE: [SUMMARY] : Encoding problems

2003-03-25 Thread Lionel Crine
THis error means that the eclaration of the sitemap is UTF-8 and you insert ISO character in it maybe in comment) .At 15:44 25/03/2003 +0100, you wrote: hello, any one ever have this problem with the Webserviceproxy mode ? : org.apache.cocoon.ProcessingException : Failed to execute pipeline :