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

<!--- Define ColdFusion XML document object. --->
<cfxml variable="xmlFoot">
	<foot>
		<toes>
			<toe isbigtoe="true">
				<name>Christina</name>
			</toe>
			<toe>
				<name>Julia</name>
			</toe>
			<toe>
				<name>Maria</name>
			</toe>
			<toe>
				<name>Kim</name>
			</toe>
			<toe iscute="true">
				<name>Kit</name>
			</toe>
		</toes>
	</foot>
</cfxml>

For Cut-and-Paste