<!--- Try to convert the xml object to an xml string then into a query object using the XmlToQuery() UDF. ---> <cfset qData = XmlToQuery( ToString( xmlDoc ) ) />