Nylon Technology Presentation: Introduction To XPath And XmlSearch() In ColdFusion

<!--- Select all the genre tags. --->
<cfset arrNodes = XmlSearch(
	xmlData,
	"movies/movie//genre/"
	) />

For Cut-and-Paste