With the XML serializer, the result is just what I expected, the character
isn't replaced :
<?xml version="1.0" encoding="iso-8859-1"?>
...
<a name="puissance r�elle"/>
<table>
<tr>
<td bgcolor="#EEDDEE">
<b>�Dimension name : </b>
puissance r�elle
<br/>
<b>�Dimension index : </b>
9
</td>
</td>
</table>
...
parent.centerFrame.location.hash='#puissance r�elle';
In this case the accented character is treated the same way inside an
attribute or inside the body of an element.
With an HTML serializer, I expect this character to be replaced by
"é".
Any idea, Vadim ?
Matthieu
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>