Because the xml parser doesnt see text between the <desc></desc> tags like a Text node but as an Element node (see nodeType in Flash Help)
So you should walk the child nodes of the desc node to get the whole text then concate it and assign it to variable or text field.