I've pasted some XML into Notepad++. The pasted text contains \r\n wherever a newline is supposed to occur. However, Notepad++ is just showing the entire file on a single line. It is as if it is ignoring the \r\n
So the text look like this:
Some stuff on one line\r\n Some stuff that should be on another line\r\n
Instead of:
Some stuff on one line
Some stuff that should be on another line