RE: [flexcoders] XML Data From WebService to Custom Value Object Class?

2007-09-05 Thread Tracy Spratt
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of chuyler1 Sent: Tuesday, September 04, 2007 9:18 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] XML Data From WebService to Custom Value Object Class? Lets say I receive data from

[flexcoders] XML Data From WebService to Custom Value Object Class?

2007-09-04 Thread chuyler1
Lets say I receive data from a WebService as XML and I stick it in a DataGrid. How can I cast that information from its XML form to a Cairngorm ValueObject. It would be nice to be able to call MyVObj:VObj = VObj(myXMLData) assuming that myXMLData contains the same fields as VO. Obviously I can