XML Error in Grid

Hi,

I am passing XML data to Grid for rendering. It works fine until any speacial character is encountered. I get the attached error message. I have taken care to convert the special characters to its equivalent HTML codes but it doesnt seem to work.

Please suggest.
iTrack

It possible that you are using non utf data, in such case, be sure that correct encoding is defined in the xml’s header, like

<?xml version="1.0" encoding="iso-8859-1" ?>

If issue still occurs for you - please provide a sample of problematic xml data.