A little xml thingy

I have a dynamic texfield on stage with a instance name logo_txt and “LOGO” text written inside currently…

this is written in my xml:

 <logo itemText = "BREATHING SPACE"></logo> 

and this in as:

 logo_txt.autoSize = TextFieldAutoSize.LEFT;
logo_txt.text = myXML.logo.@itemText;

when i publish it currently looks like this:

BREA
THIN
G
SPAC
E

what i want it to look like is this:

BREATHING
SPACE