OK. First I must confess I don't work with XML hardly at all. That will be obvious I guess.
I am using SOXML to convert an xml string into something I can use. <!--- http://66.165.78.2/testoutput.cfm: ---> <cfset variables.thisxml="<?xml version=""1.0"" encoding=""UTF-8""?> <ww_javagame> <ww_cpid>0425070052843</ww_cpid> <ww_statuscode>2001</ww_statuscode><ww_statusmsg>woo hoo</ww_statusmsg> </ww_javagame>"> <cf_SOXML action="XML2CF" input="#variables.thisxml#" output="myXML"> <cfdump var="#myxml#" label="myXML"> It produces a nested structure (you can view the cfdump for this code at the url above). How the heck would I reference individual values in my CF? I tried #myXML.ww_javagame.ww_cpid.value# and my error handler just laughed. What stupid mistake am I making this evening? -- --mattRobertson-- Janitor, MSB Web Systems mysecretbase.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204401 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

