Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Feb 27, 2007 19:35
open dhtmlx forum
I have problem with the encoding (done in c#) the database returns is invalid:(your grid popup a xml error box...

I have problem with the encoding (done in c#) the database returns is invalid:

(your grid popup a xml error box)

This is what FireFox says about the xml file:

XML Parsing Error: not well-formed

Location: http://127.0.0.1/mes/pluginpage.aspx?PIPID=ABB.MES.Recipe&RecipeXmlList=1" title="http://127.0.0.1/mes/pluginpage.aspx?PIPID=ABB.MES.Recipe&RecipeXmlList=1">http://127.0.0.1/mes/pluginpage.aspx?PIPID=ABB.MES.Recipe&RecipeXmlList=1

Line Number 836, Column 17:<cell>Rødvin S&P 11%</cell>

I have no clue at the moment how I can solve this, however if I mask this "Rødvin" out the result is just fine.
Answer posted on Feb 27, 2007 19:35
Try using another encoding (ISO-8859-1 for example). Plus the value of <cell>Rødvin S&P 11%</cell>  contains & symbol which is not allowed. You should change it to &amp;

Answer posted by Andrei (Support) on Dec 08, 2014 15:21

To find more precise comments upon this issue, we can offer you read about ajax progress bar example and ajax combo box php.