You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/06/28 18:07:30 UTC

DO NOT REPLY [Bug 10326] - Encoding Problems with XALAN

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10326>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10326

Encoding Problems with XALAN





------- Additional Comments From garyp@firstech.com  2002-06-28 16:07 -------
Are you specifying encoding="UTF-8" on your xsl:output element?

I do not recommend using a Writer in the StreamResult constructor.  The rules 
are -very- confusing and, as you can see, the obvious doesn't always work.

Try passing baos into your StreamResult constructor and specifying the encoding 
on your xsl:output element.

Then, please post your results here.

Thanks,
Gary