I've posted earlier about line break. I've realise what is the problem.

I have a text string. "This is line one.[carraige return code]This is line two."
I capture it, insert into MSSQL.

Then, I retrieve it, export into xml document.

Import xml document.

Those line break does not seems to work anymore.

Probably due to export into xml.

Anyway that i can still preserve the line break (carraige return).