hi guys, am hoping someone will find this one very easy... need to read the following xml child nodes into a database, including the attribute 'valid' in the root node.
<?xml version="1.0" encoding="UTF-8" ?> <Response valid="1"> <Success>1</Success> <TxnType>Auth</TxnType> <CurrencyInput>NZD</CurrencyInput> <MerchantReference>P20081013-14</MerchantReference> </Response> the xml is passed to my page as cfhttp.fileContent if anyone could help it would be great as i am getting nowhere!! mike ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313797 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

