Newline code for DITA maps and topics

I'd like to confirm that TridionDocs does not care which newline code is used for DITA maps and topics, whether it's Unix type (i.e. LF) or Windows type (CR + LF).

I created the Python program to manipulate DITA maps/topics those are expored from TridionDocs. The newline code of the exported DITA file is CR + LF. However, the Python program created with the lxml module writes an XML file with LF newline codes. In my understanding, newline code difference does not cause issue for XML file processing.

Am I right?

emoji