On Thu, Apr 30, 2009 at 9:38 PM, Lance S wrote: > <?xml version="1.0" encoding="UTF-8"?> > <qry columns="10" rows="3">
> in a variable called result. > result.qry: #XMLGetNodeType(result.qry])# > it throws an error the says : Element QRY is undefined in RESULT > result.qry: #XMLGetNodeType(result['qry'])# > it returns the expected result of result.qry: ELEMENT_NODE Did you define your XML document as case sensitive? In that case dot notation doesn't work. Jochem -- Jochem van Dieten http://jochem.vandieten.net/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:322089 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

