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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:283764
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to