M
markspace
Mike said:That is, that LF, CR, and CRLF are all translated to simple LF by a
conforming XML processor.
Hmm, you're right. The combination of CRLF is translated to a single
LF. In some ways that's worse. It seems to me it could be difficult in
many cases to remove a character already in a buffer. If you're using
something like String and not a stream, then that's a lot of places that
one character will have to be removed from the input, causing two
strings to have to be concatenated.