Hi all
Im trying to do some stuff with amazon and im stuck with how to achieve something
Im grabbing details from the returned xml and all is good.
Im doing it like this.....
this is great, but somethimes there are more that one item above ie 3 or 4 features, is there a way i can loop and grab all the ones called (in this eg) feature?Code:<!--- get the Features---> <cfif structkeyexists(amzResult.ItemlookupResponse.Items.Item.ItemAttributes,"Feature")> <cfset Feature = amzResult.ItemlookupResponse.Items.Item.ItemAttributes.Feature.xmltext> <cfelse> <cfset Feature=""> </cfif>
Im not sure how to check if there is more than 1
If that makes any sense





Bookmarks