I am learning about data integration and have completed the elementary "Dinner 
Menu" exercise at 
http://livedocs.adobe.com/flash/mx2004/main_7_2/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Flash_MX_2004&file=00000435.html
 .

The XML has a root node named <dinner_menu>, containing multiple nodes named 
<food>, each of which contains nodes named <name>, <price>, <description> and 
<calories>.

By means of XMLConnector, DataSet and DataGrid, this information is displayed 
in columns labelled "name", "price", "description" and "calories".

So far it is perfectly simple, but what I now want to modify the example to 
display only _selected_ columns in my DataGrid, for instance to read in the 
same XML but display only "name", "price" and "calories" in my DataGrid, 
omitting "description".  Nevertheless I don't want to discard "description"; I 
want to read it in with the other data, store it and make it available if the 
user requests it.

Can anybody suggest how I can do this, or direct me to any examples?

Thanks
Andy

_______________________________________________
[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

Reply via email to