|
Not sure, if there is one....
But you can make modification in XML itself and send the
xml structure back...I mean, set the resultFormt=xml in HTTPService, you will
get XML object instead of AS Object, you can change the nodes and send back the
XMLObject...
Or you can get the XML object, create a clone of it,
convert it to AS Object to populate the UI..If some data is changed, make the
relevant changes to orignal XML Object also...
-abdul From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Drew Falkman Sent: Monday, June 06, 2005 5:15 AM To: [email protected] Subject: [flexcoders] XML Encoding Hello- If I request XML using
HTTPService, then make modifications to it and then want to send it back to a
Java class, how would I re-encapsulate the resulting AS Object into XML again?
Is there a simple method to do this? Thanks, Drew
Falkman ---- Yahoo! Groups Links
|
- RE: [flexcoders] XML Encoding Abdul Qabiz
- RE: [flexcoders] XML Encoding Matt Chotin
- RE: [flexcoders] XML Encoding Abdul Qabiz

