RE: error occured while Parsing an XML document

2007-07-17 Thread Ben Nadel
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/

Re: error occured while Parsing an XML document

2007-07-17 Thread Dominic Watson
Additionally, I have just had a problem where the XML would validate but then not display in IE7. The problem was that the xml text contained the escaped version of the pound symbol (amp;pound;) which XMLFormat creates when it encounters '£'. The solution was this: cffile action=write ...

Re: error occured while Parsing an XML document

2007-07-17 Thread Zaphod Beeblebrox
try using img src=cfoutput#xmlformat(homepage.cb_imaged_resized)#/cfoutput / On 7/17/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Any ideas? I'm getting the following error message ... The following information is meant for the website developer for debugging purposes. Error Occurred