I pasted that in directly as-is and received the same error:
error on line 1 at column 1: Document is empty

I tested that it has a recordset.  Is it empty cause I'm not exporting 
formatted xml?  I suppose not.
Also, I noticed that the cfoutput is there twice in that code.  Is that 
intended?  Also the query name isn't referenced after the query is made.  Is 
that also intended?  I added the query name to the cfoutputs but received no 
change to the error.

Sorry to be so bugger-dense about this.

><cfquery name="retrieve_xml" datasource="dpch">
>SELECT header FROM whats_new
></cfquery>
>
><cfsetting enablecfoutputonly="true"/>
><cfsetting showdebugoutput="false"/>
>
><cfsavecontent variable="header">
><cfoutput>
>#header#
></cfoutput>
></cfsavecontent>
><cfcontent type="text/xml"><cfoutput>#header#</cfoutput>
>
>On 11/15/05, daniel kessler <[EMAIL PROTECTED]> wrote:
>>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224228
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to