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
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
__,_._,___
- [flexcoders] How to make XML object using String in Flex ... leaveist
- Re: [flexcoders] How to make XML object using String... Brendan Meutzner
- RE: [flexcoders] How to make XML object using St... Gordon Smith
Reply via email to

