Hi J.Pietschmann,

JP> Try
JP>    <indent>yes</indent>

It isn't working, the output is same :-(

>>                                 <encoding>UTF-8</encoding>
JP> This should be the default.

>> And in output I have some chars encoded as entities. How Can
JP>  > I force Cocoon to encode my language (polish) chars
>> correctly?

JP> What is "correctly? If you mean you don't want to have
JP> HTML entities: you can't (unless you are willing to pull
JP> some tricks which take some time to explain)

Look:

<table class="footer">
<tbody>
<tr>
<td>
        Some footer... bla bla
Zaż&oacute;łcić gęsią jaźń</td>
</tr>
</tbody>
</table>

This is what I get from cocoon HTML Serializer, but I want to have this:
<table class="footer">
<tbody>
<tr>
<td>
        Some footer... bla bla
Zażółcić gęsią jaźń</td>
</tr>
</tbody>
</table>

The difference is enity '&oacute;'. Interesting is that the cocoon is encoding some of 
my language letters (like 'ę',
'ż') correctly. That is to say, it is encoded as char not as entity.

Little question... When I start cocoon, I have this text:
'server.properties not found, using command line or default properites'
Is it important?


-- 
Best regards,
 g[R]eK                            mailto:[EMAIL PROTECTED]


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

Reply via email to