DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29088>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29088

New line Problem in notepad





------- Additional Comments From [EMAIL PROTECTED]  2004-06-22 16:59 -------
Note that this variation in how newline is expressed is why XML normalizes
newlines -- it will tolerate files written using any of the common end-of-line
conventions and yield the same result. According to the XML spec, CR or LF or
CRLF (or NL, the EBCDIC line-break character, as of XML 1.1) will all yield  the
XML newline character when parsed, so any of these may be produced when content
is serialized to XML and nobody should care.

If you're in a situation where you *do* care -- where you're working with the
output as text rather than as XML -- there are tools which will convert text
files/streams from one of these conventions to another. Anyone who is crossing
the  Windows/Unix boundary has to deal with this every time they touch a text
file and should already know how to manage it.

So: As a bug, this is invalid. It might be worth considering as an enhancement
request, but I suspect it's a rather low priority one.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to