"\r\n" and "\r" sequences have been replaced with "\n".string normalizeNewlines(string input)Normalizes XML newlines.
XML 1.0 newline normalization treats CRLF and CR as LF.
input | Input string. |
"\r\n" and "\r" sequences have been replaced with "\n".