<!--- Select all the movie nodes. ---> <cfset arrNodes = XmlSearch( xmlData, "movies/movie" ) /> <!--- Dump out resultant nodes. ---> <cfdump var="#arrNodes#" label="XPath: movies/movie" />