XML displayed in Flash

It seems there is a problem when displaying XML content in flash.
If for example I have
<text>line1
line2</text>

in the XML file, in flash it will be displayed as:
line1

line2

so it puts an extra line.
How can i solve this?
Thanks