There is not much that can be done I guess. It's the task of serializer (Xalan by default), so you should ask there if an option exists. IIRC for Saxon such an option exists.
Joerg
Nicolas SANDRI wrote:
Hello,
I'm extracting datas from a MySQL database to make a XML file UTF-8 encoded (I use XSP, ESQL). This XML file is used by another software.
The problem is that every special chararcter (like œ, Œ...) are written as œ (œ), Œ (Œ)...
These characters are not understood by the software reading the XML file. If I replace every &#...; by it's real character, there's no more problem.
My question is : can we force Cocoon to use UTF-8 encoded character than it's 'code' (&#...;) ?
Thanks Nicolas
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
