On 05.10.2004 12:43, Andreas Hartmann wrote:
I'm using UTF-8 encoding with the o.a.c.components.serializers.XHTMLSerializer.
That's a Cocoon-specific class, not a Xalan class, so we probably can do something about it.
Special characters seem to be encoded as entity references by default (e.g., ' is encoded as ')
Everything is fine except that Internet Explorer keeps on showing the ' as ' instead of ' .
This seems to be a known IE issue:
http://artific.com/library/xhtml_1.0_entities.html
"Some entity names do not resolve (eg: ' under Microsoft Internet Explorer) but their corresponding numeric names do resolve."
Is there anything I can do about this? Looking at the EncodingSerializer etc. didn't lead me to a solution.
Can you ask on the dev list? Pier has written the serializer components and he is only reading the dev list.
Joerg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
