Deserializes a string in XML format to a ColdFusion object.
deserializeXML(string [,useCustomSerializer]);
→ returns any
trueuseCustomSerializer as false, then TypeNotSupportedException will be thrown.
<cfset value = deserializeXML(toString(xmlDoc.root.XMLChildren[i].XMLChildren[1]), true)>
Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.