August 2003
Intermediate to advanced
1140 pages
68h 45m
English
cfxml
<cfxml>
XML and CFML
</cfxml>Creates a ColdFusion XML document object from the XML and CFML code
between <cfxml></cfxml> tags. CFML
code is executed and the results assigned to appropriate elements in
the XML document object.
variable="
variable_name
"
Variable name for holding the resulting XML document object. Required.
casesensitive="Yes|No"
If Yes, ColdFusion maintains the case of XML
document elements and attributes. Optional. The default is
No.