You probably have an unescaped & in your SRC attribute value. Try this:

<img src="<cfoutput>#XmlFormat( homepage.cb_image_resized )#</cfoutput>"
/> 


......................
Ben Nadel
Certified Advanced ColdFusion MX7 Developer
www.bennadel.com
 
Need ColdFusion Help?
www.bennadel.com/ask-ben/

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

Sent: Tuesday, July 17, 2007 11:45 AM
To: CF-Talk
Subject: error occured while Parsing an XML document

Any ideas? I'm getting the following error message ...

The following information is meant for the website developer for
debugging purposes. 

Error Occurred While Processing Request An error occured while Parsing
an XML document. 
The entity name must immediately follow the '&' in the entity reference.

 
The error occurred in D:\Inetpub\wwwroot\Yobaby\index_CB_test.cfm: line
29

27 : <CFloop query="homepage">
28 : <img src="<cfoutput>#homepage.cb_image_resized#</cfoutput>" />
29 : </CFLOOP>
30 : </album>
31 : </gallery>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:283892
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to