How do I put a new line character in XML?

I’ve got an XML document that contains text.

The text is read in and put into a HTML format text box.

I want my text to have new line characters.

I’ve tried using <br> hoping this would work in the HTML text, but this doesn’t work.

Is there a special character code I can use?

Thanks.

OM