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. [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] AssignedTo|[EMAIL PROTECTED] |[EMAIL PROTECTED] ------- Additional Comments From [EMAIL PROTECTED] 2003-06-27 00:32 ------- I am working on a patch as I write. I've talked with a few people and am now convinced that the correct way to do this is to not process the newline character except in the final "true" serialization. In the situation in this bug, earlier processing does use a temporary ToTextStream serializer to generate the xsl:value-of. Rather than replicated the serializer code, the easiest, though perhaps not the fastest is to have a method on the ToStream serializer to stop the processing of new-lines, and this will only be used for such temporary output.
