XmlNew

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


Inside ColdFusion MX
Inside Coldfusion MX
ISBN: 0735713049
EAN: 2147483647
Year: 2005
Pages: 579

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net