Nylon Technology Presentation: Introduction To XSLT And XmlTransform() In ColdFusion
<!--- Match name elements. --->
<xsl:template match=
"name"
> HERE </xsl:template>
For Cut-and-Paste
<!--- Match name elements. ---> <xsl:template match="name"> HERE </xsl:template>