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