Also, if you wanted to see the structured output of the XML, use cfdump on the variable. In Dave's first response he noted that you should get rid of the xml declaration entirely - cfxml will put one in there for you if you don't put one in ;).
Regards, Dominic On 15/11/2007, [EMAIL PROTECTED] [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > Ok. I solved it. Well thanks to Dave Watts. Once Dave shared what > this actually was, I had something to go on. Thanks Dave. I just > needed to review the CF xml tags and functions > page. Which can be found at ... > > > http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=XML_07.html > > <CFXML variable="gallery"> ... > > I just added the tostring function to the gallery variable. And it changed > the > object back to a string and there was my XML. > > <cfoutput>#tostring(gallery)#</cfoutput> > > Thanks All. > > Dan > > >Dominic, Dave, > > > >Thanks Dominic, your tip got rid of an error. > > > >Dave, to answer your previous question, the code ran without a > >web page based error. The value within output variable from > >CFXML tag contained the value of [EMAIL PROTECTED] > >instead of the XML i was looking for. If I refresh the self posting > >page and try and generate the error again, I get a different number > >at the end of [EMAIL PROTECTED] > > > > <CFXML variable="gallery"> cfoutput'ing the gallery variable. > > > >What does this [EMAIL PROTECTED] mean? How are > >we suppose to debug this? > > > >Thank you very much. > > > >Dan > > > > > > > > > > > >>> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion is delivering applications solutions at at top companies around the world in government. Find out how and where now http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293408 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

