XML menu - multiple line text question

I’m not sure of the correct syntax to be able to add multiple lines in an XML file… for example: i have an XML menu that loads text into a text box… but i want there to be multiple lines as if I was using the <br> tag in html… is there a certain way of adding a “next line” tag between the words…

Code in XML file…

<menu>
<item thumbPath="thumbnails/pic.jpg" picPath="http://www.url.com" info="line 1 line 2 line 3">
</item>

The part that says info=, I want to be able to have line 1 on the first line, line 2 on the second and so on… thanks