Xml line break problem

Hi,

I searched the forums but nothing solved this…

I have a multiline dynamic text field in flash, loading text from a XML file.

The first lines of XML looks this:

<?xml version=“1.0” encoding=“utf-8” standalone=“yes”?>
<image>
<pic>
<image>http://www.webdesignpt.com/dakar.jpg</image>
<decription>first line n\second line</decription >
</pic>

Flash reads the "
" like regular text… like this:

first line n\second line

can you please help me?

thanks