Inside Coldfusion MX

"-->

XmlNew ([caseSensitive])

Description

Use this function to create an XML document object. The default setting is No, meaning thatColdFusion ignores case. Setting it to Yes maintains case and thus zip.addr and zip.ADDR would be treated as two distinct elements.

Example

<cfscript> exampleDoc = XmlNew(); </cfscript>

Категории