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=20841>. 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=20841 linefeed character not handle properly on Windows. ------- Additional Comments From [EMAIL PROTECTED] 2003-07-07 06:33 ------- I've commited the patch to Apache. This problem was cause by a text serializer being used to evaluate result tree fragments. A conversion of NL to CR NL was done twice resulting in NL being converted to CR CR NL. Now the text serializer is informed whether or not to do this conversion, and it only does it on the final write. Please verify when you can. Regards, Brian Minchau
