User Guide
XmlTransform 925
</td>
</tr>
</xsl:for-each>
</table>
</body>
</html>
</xsl:template>
</xsl:stylesheet>
The CFML file has the following lines:
<cffile action="read" file="C:\CFusionMX7\wwwroot\examples\custorder.xsl"
variable="xmltrans">
<cfset xmldoc = XmlParse("C:\CFusionMX7\wwwroot\examples\custorder.xml")>
<cfoutput>#XmlTransform(xmldoc, xmltrans)#</cfoutput>