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=25260>. 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=25260 Transformation of non ASCII characters not possible ------- Additional Comments From [EMAIL PROTECTED] 2003-12-06 14:56 ------- Siegmund, although we aren't at XSLT 2.0 yet there is some interesting wording in that document. It has terms like "output state" and "final output state" (see section 2.5.2 of http://www.w3.org/TR/xslt20/). I think what we are dealing with here is a serializer that is used as a utility to turn a node into string and not the final output. I think that the pool of serializers has no encoding set and this utility ToTextStream serializer passes no judgement on the characters (leaves it for the final serializer to do that). Are you using 2.5.2 ? There is a bug that seems to be related to this issue, bug 24278, you should only apply the final patch in that bug, the patch to ToTextStream. I'm curious why this bug does not show up for ToTextStream serializers in the original pool, but only for additional ones created. If I'm wrong on you using 2.5.2 and needing the patch from 24278, so a testcase may be useful. Regards, Brian Minchau
