This content has been marked as final.
Show 2 replies
-
1. Re: XML and IEventDispatcher error? also - what is Complex XML?
EvyatarBH Mar 27, 2011 12:52 PM (in response to Mark Embrey)1. You probably should concatenate your entire XML content in a String and then create the XML object as new XML(xmlString).
2. If you mean complex content, then Adobe's docs say the following -
An XML object is classified as having either simple content or complex content. An XML object that has child nodes is classified as having complex content. An XML object is said to have simple content if it is any one of the following: an attribute, a comment, a processing instruction, or a text node.
Taken from -
http://livedocs.adobe.com/flex/3/html/help.html?content=13_Working_with_XML_04.html
Good luck!
-
2. Re: XML and IEventDispatcher error? also - what is Complex XML?
Mark Embrey Mar 27, 2011 5:14 PM (in response to EvyatarBH)thanks!

