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=11758>. 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=11758 Line separator handling of serializer is not correct ------- Additional Comments From [EMAIL PROTECTED] 2002-08-16 12:20 ------- While I may misunderstand where the original \r of the \r\n you mention comes from, since the method in question is used to serialize XML character data I would think that the correct result in the example you mention would be to quote the \r and expand the \n into the platform line separator, resulting in the output \r\n. Otherwise the original \r will be lost when the document is reparsed. The current behavior of \r\r\n is incorrect since it would be reparsed as \n\n.
