How To Move XML Data Into A Database Using ColdFusion
<!--- Get the name attribute value. --->
<cfset girlName = recordNode.xmlAttributes.name />
For Cut-and-Paste
<!--- Get the name attribute value. ---> <cfset girlName = recordNode.xmlAttributes.name />