Converts an XML document that is represented as a string
variable into an XML document object.
xmlParse(xmlString [, caseSensitive] [, validator])
→ returns xml
falsetruefalseRead XML from a file and use the xmlParse method to parse it into an XML data structure.
<cffile action="read" file="#tempxml#" variable="xmlString">
<cfset myXML = xmlParse(xmlString)>
Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.