Image excell problem

Hello,

I am trying to use the image excell and sending XML via PHP that looks like this:

print “<![CDATA[]]>”;

Now all of the sudden, the XML is outputting like this:
]]>

There is an extra ‘>’ appeneded at the beginning of the CDATA which is causing an error. Can you help?

Thanks,
-Tim

Problem solved. Apparently you have to put the src= parameter first ie:

<img src=…

instead of

<img width=95 src=…