http://sourceforge.net/projects/xmlrpcflash/
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of keitai guy Sent: Friday, August 11, 2006 2:08 PM To: Flashcoders mailing list Subject: [Flashcoders] parsing XML RPC responses in AS... hi - I am trying to display results of a web service app that is returning data in the XML-RPC format as per below. This seems very hard to parse in any of the tools I've found... XPath seems useless against it since the only thing different is the _contents_ (value?) of each <name> node. The node names themselves are all the same... Am I missing something? Can anyone suggest better ways to work with this type of data? <methodResponse> <params> <param> <value><struct> <member> <name>SCRIPT_NAME</name> <value><string>/index.php</string></value> </member> <member> <name>requests</name> <value> <struct> <member> <name>msg</name> <value><string/></value> ... <member><name>c_member</name> <value><struct> <member><name>c_member_id</name> <value><string>2</string></value> </member> <member><name>nickname</name> <value><string>oga</string></value> </member> <member><name>birth_year</name> <value><string>1982</string></value> </member> <member><name>birth_month</name> Thanks! /dc _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

