Hi,
I am working with Javascript/ PHP+SQL server +XML.
I read XML files and get them displayed in web browser.
But i get XML-cant be displayed error in IE(Firefox shows? instead) when it encounters apostrophe,hyphen..or such special characters.
Thing is i cant change XML files/data to do escape as i have 10000s of it.
Data is stored in SQL server ,and there is an button option ,clicking it generates XML format of data(XML file) and that is opened in browser.
Is there any way/some sample code snippet in PHP/Javascript where while generating /displaying XML's special characters displays right format.
Thnks