ColdFusion XmlParse() Error - Content Is Not Allowed In Prolog

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

For Cut-and-Paste