RE: [flexcoders] display nested xml in a datagrid

2005-07-12 Thread Tracy Spratt
Below is a sample app that uses labelFunction to access nested xml node values. Also note the dataProvider specification: dataProvider="{gXMLDoc.firstChild.childNodes}". DataGrids want an array as a dataProvider, childNodes provides one. http://www.cflex.net/showfiledetails.cfm?ChannelID=1&Objec

RE: [flexcoders] display nested xml in a datagrid

2005-07-12 Thread Robert Brueckmann
I use the XMLObjectOutput class (which you can find in the C:\Program Files\Macromedia\Flex\extras\XMLObjectOutput directory (I just put it in my user_classes directory in my own package) and I convert the XML from the server into an object...by using this utility you can then use dot-synatx to ref