If your data contains significant whitespace, like carriage returns, that you wish to be preserved, include the xml standard attribute xml:space="preserve" to the element containing the information.

e.g.

<element xml:space="preserve">
first paragraph
second paragraph
<element>

Once imported, the text frame will show the text broken across two lines, as you would expect.

Hope this helps,
JT