> First get the necessary info regarding the Class using Class or get the 
> result from the process specified by satish and then use the bottom 
> approaches.
>
> Hi KiranSingh,
>
> Flex provides two wonderful classes For playing with xml.
>
> 1)Simple XMl Encoder.
>
> 2)Simple XMl Decoder.
>
>
>
> var xmlStr:String = evt.result.toString();
>                 var xmlDoc:XMLDocument = new XMLDocument(xmlStr);
>                 var decoder:SimpleXMLDecoder = new SimpleXMLDecoder(true);
>                 var resultObj:Object = decoder.decodeXML(xmlDoc);
>
> The resultant resultObj consists of all the necessary info ..
>
> after getting the result put them in to anysort of collection u require..
>
>

--

You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to flex_in...@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.


Reply via email to