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-20 17:49 ------- \r\n is the default line separator on Windows. I think having xml files with \r\n as line separator is very common. In my situation, an xml file is embedded in another xml file as CDATA section, when the Xalan serializer is used to write the parent xml file, the \r\n in the CDATA section is expanded to \r\r\n, then the CDATA section is extracted and parsed by Xerces, as you said, the \r\r\n become \n\n. An extra blank line is added. If this process is repeated, lots of blank lines are added to the xml.
