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 2003/07/07 08:33:21 UTC

DO NOT REPLY [Bug 20841] - linefeed character not handle properly on Windows.

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 minchau@ca.ibm.com  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