How to efficiently test and parse a deep value in XML?
问题 I am using ColdFusion 8. I am parsing an XML document and need to get at a single value that is buried deep in the document. I am successfully parsing the document and getting the values I need, but it seems that there has to be a more efficient means to get to the same data. I have NOT parsed much XML. Is having to test for the existence of keys this deep very typical in parsing XML or am I doing something wrong? Is there a better way to code this? // PARSE THE SOAP RESPONSE SoapResponse =