Nylon Technology Presentation: Introduction To XPath And XmlSearch() In ColdFusion
<!--- Select all the genre tags. --->
<cfset arrNodes = XmlSearch( xmlData,
"
//genre/"
) />
For Cut-and-Paste
<!--- Select all the genre tags. ---> <cfset arrNodes = XmlSearch( xmlData, "//genre/" ) />