Andreas Hartmann wrote: > [...]
Did you try numerical entities like '?
That would actually help. The problem is that everything is converted by the XHTMLSerializer:
' -> ' ' -> ' ' -> '
I guess it really requires a patch to make it configurable.
This is my first time to try the XHTMLSerializer and I only get an error instead of a result:
org.xml.sax.SAXException: Unable to map "http://www.w3.org/2000/xmlns/"
Instead of org.apache.cocoon.components.serializers.XHTMLSerializer I've always been using org.apache.cocoon.serialization.XMLSerializer with configuration according to XHTML. That perferctly works and I never saw *any* character entities in the output.
What would be the benefit of using the "new" XHTMLSerializer? If any, I'd like to try it more seriously.
--
Volkmar W. Pogatzki
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
