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? ------------------------ Yahoo! Groups Sponsor --------------------~--> Check out the new improvements in Yahoo! Groups email. http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM --------------------------------------------------------------------~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

