My php is generating an XML file from data in SQL server.
The data cotains special character -hyphen like
'Notes-this is...'
This XML file with special char is not geting displayed on IE /Firefox correctly.
I cant change the data or XML files.
I am using PHP and ajax to access the data.
and i am not able to debug ( with echo)my scripts because of ajax.
Somebody please suggess me the workaround of this .
Thanks