<!--- Search for "searchFor" XML nodes using XPath. ---> <cfset arrSearchNodes = XmlSearch( xmlRequest, "//*[name()='searchFor']" ) />