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

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

For Cut-and-Paste