<!---
	Query for all name nodes that are contained within a
	book node.
--->
<cfset arrNameNodes = XmlSearch(
	xmlData,
	"//book/name"
	) />