Sorry for the mistake, actually, I couldn't retrive the "companyA"
child by using .child("companyA") method.



--- In flexcoders@yahoogroups.com, "junhufr" <[EMAIL PROTECTED]> wrote:
>
> I've tried to convert a remote XML such as "client.xml" to a self
> defined client class, but failed.
> 
> <clientList>
>   <companyA>
>     <client>
>      <name>Tom</name>
>     </client>
>     <client>
>      <name>Jerry</name>
>     </client>
>   </companyA>
> 
>   <companyB>
>     <client>
>      <name>Jean</name>
>     </client>
>     <client>
>      <name>Philip</name>
>     </client>
>   </companyB>
> </clientList>
> 1. I invoked the XML from HTTPService
> 2. Then I could get the child "companyA" from the object that i
> invoked for HTTPService by using .child("companyA") method.
> 
> 
> Any helps will be appreicated.
> 
> Jun
>







--
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/
 



Reply via email to