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

<!--- Match toe element. --->
<xsl:template match="toe">
 
	<!--- Output name of toe. --->
	<xsl:value-of select="name" />
 
</xsl:template>

For Cut-and-Paste