> 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?
It's basically CF's internal name for your XML object. You can't just output an XML object, you have to convert it to a string first. CFXML creates an XML object. If you want to output it, you'll have to use ToString on it. 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:293393 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

