If you toXMLString() the value of the node, does it look right? Can you copy it and display it manually in an htmlText field?
Do you need to encode the html? Maybe use escape/unescape. Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Giro Sent: Wednesday, May 30, 2007 9:53 AM To: [email protected] Subject: [flexcoders] Httpservices and XML I read an xml with HTTPservices, one node of XML have HTML text. When i assign this content to a textarea using htmlText property, this display [object Object] I suppose that this happened because don't correctly interpret html tags and this is interpret as XML tag. Any solution? I test to transformer this with toString() but have same effects. Thanks Giro.

