<!--- 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>