Could it be that there is space before the <?xml version="1.0"?> declaration? I believe that will throw that particular error. So do:
<cfxml><?xml version="1.0"?> <!--- rest of your xml ---> </cfxml> Dominic On 15/11/2007, Dave Watts <[EMAIL PROTECTED]> wrote: > > > Not sure if you can use CF tags within the CFXML tag? > > Prob better to perform your processing outside the CFXML tag > > and use a content variable then place it inside the CFXML tags. > > You can absolutely use CFML tags and functions within CFXML. There's no > reason to do it outside CFXML, either. > > Dave Watts, CTO, Fig Leaf Software > http://www.figleaf.com/ > > Fig Leaf Software provides the highest caliber vendor-authorized > instruction at our training centers in Washington DC, Atlanta, > Chicago, Baltimore, Northern Virginia, or on-site at your location. > Visit http://training.figleaf.com/ for more information! > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293359 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

