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 [EMAIL PROTECTED] 2002-06-29 09:39 ------- Hi Gary, My problem has been solved.The problem was that the xml output used to maintain the encoding.But when this string was passed to the StringReader the encoding was lost.(See the Transformer code.)i changed the StringReader to InputStreamReader and mentioned the encoding to be utf-8 and the problem got solved.anyway thanx for ur help.i can still bank on u if in future i face XML,XSL related problems. Thanx and Regards. Pradnesh.
