On Feb 1, 2004, at 7:17 AM, Claude Raiola wrote:
I am receiving this error when I display some of the record retrieved form�a web service I am using however the vast majority of�record results outputted do not generate this error can anyone shed some�light I what may be causing it and�how�to best remedy the situation

I expect your aString variable contains an & that has not been converted to & - when you output data as XML, you need to convert certain characters to valid XML entities. You can do replace(data,"&","&","all") for example.


Regards,
Sean


--- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]

MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004

Reply via email to