Xalan is output-escaping UTF-8 text that should most definitely NOT be escaped in HTML output. It's escaping all of the character 'bytes' as if they were characters themselves. Is there something that has to be specifically set in the stylesheet to avoid this? It seems to me that it should know that the characters are more than 1 byte wide, and should leave them alone when outputting them. (Note: it works fine when we transform XML->XML, but XML->HTML results in the escaping - is there any way to avoid this?)

--
Nick



Reply via email to