<!--- Query for all name nodes that are children of the parent node: book. ---> <cfset arrNameNodes = XmlSearch( xmlData, "//name[ parent::book ]" ) />