Thank Ray, All, I'm not exactly how to read my cfdump and how to extract the data from each element in the struct. Can anyone give me a few more exmaples based on this example?
http://h129823.cf8beta.com/cf8/cffeed.cfm There are multiple stores in the feed, how do I display each of these? THanks D >CFDUMP is your friend. If you dump myProps, you will see myprops.title >is a struct. You want myprops.title.value. > >On 8/14/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >-- >=========================================================================== >Raymond Camden, Camden Media > >Email : [EMAIL PROTECTED] >Blog : www.coldfusionjedi.com >AOL IM : cfjedimaster > >Keep up to date with the community: http://www.coldfusionbloggers.org ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286284 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

