No error. When I run the page, it just churns and churns... yet it does not timeout. When I comment out the code, I runs in less than a second. The fact that I'm not getting any results leads me to believe that I am doing something wrong.
-----Original Message----- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Monday, July 16, 2007 12:16 PM To: CF-Talk Subject: Re: Setting variables from XML content. what's the error? On 7/16/07, Che Vilnonis <[EMAIL PROTECTED]> wrote: > Having a bit of trouble with XML. From XML data that is returned to > me, I can loop thru the data using something like this: > > <cfloop from="1" > to="#arrayLen(xmlcontent.message.payment_methods.payment_method)#" > index="x"> > some code. > </cfloop> > > But I am having trouble setting a CF variable. > <cfset stXMLExtras.PaymentMethods = > xmlcontent.message.payment_methods.payment_method /> > > What am I doing wrong? Thanks, Che > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade & see new features. http://www.adobe.com/products/coldfusion?sdid=RVJR Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:283766 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

