>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/
Jochem, YES! You were absolutely correct! Somehow the xlm IS case sensitve. Thank you. Now I just have to figure out why and correct it. It was my understanding that the default for xmlNew() was NOT to be case sensitive. I have tried both var xml = xmlNew(); and var xml = xmlNew(false); within the cfscript in the cfc and both ways it is coming out case sensitive but at least I have a path to go down. Thanks again. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:322092 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

