Nylon Technology Presentation: Introduction To XSLT And XmlTransform() In ColdFusion

<!--- Match toe element. --->
<xsl:template match="toe">
 
	<!--- Output big toe flag. --->
	[<xsl:value-of select="@isbigtoe" />]
 
</xsl:template>

For Cut-and-Paste