XMLDocument.parseXML(XMLString);



On 7/19/06, leaveist <[EMAIL PROTECTED]> wrote:

I making tree menu using remote object.

So, I was used oracle 9i xml data type.

I can get xml document to String.

ex) String result="<Menu><icon id=1/><icon id=2/></Menu>"

so, I was send Java string object to Flex application using flash
string object.

as like this)

myXML:XML = result;

but, it is not working.

I Know problem, that is, flesh XML type can not using String.

for Example:

* This is working)
myXML:XML =<Menu><icon id=1/><icon id=2/></Menu>

* But, This is not working)
myXML:XML ="<Menu><icon id=1/><icon id=2/></Menu>"

So, How to make XML object using String?


__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to