Inside Coldfusion MX
<cfxml variable="xmlVarName" caseSensitive="yes" or "no"> Description
Creates a ColdFusion XML document object that contains the markup in the tag body. This tag can include XML and CFML tags. ColdFusion processes the CFML code in the tag body and then assigns the resulting text to an XML document object variable. Attributes
variable Name of an XML variable caseSensitive (Optional) Default: No. If Yes, maintains the case of document elements and attributes. |