Using XML Style Name Space Attributes In ColdFusion

<!--- Get the UDF meta data. --->
<cfset objMetaData = GetMetaData( VARIABLES.Test ) />
 
<!--- Get the author. --->
<cfset strAuthor = objMetaData[ "kinky:author" ] />

For Cut-and-Paste