Update: Sorting Target XML Node Sets In ColdFusion XML Documents

<!--- Create sorting values. --->
<cfset arrSorting = [
	"cuteness",
	"@id"
	] />

For Cut-and-Paste