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 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:293377 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

