In action script 3.0 toString and toXMLString are methods of XML and XMLList class. you can use the traditional toString() method with XML objects to display their contents as strings. However, the XML class also contains the toXMLString() method, which behaves slightly differently. The toString() method for XML objects will usually display the contents of …
