Browser Not Supported

Hi,
I have created an application using dhtmlxschedular. This application is working properly with Internet Explorer.But it shows error in other browser like google chrome,firefox.In other browser it could not load the xml file. So can you explain that and comment that what exact changes are required for other browser.


Thanks,
-Anindya

If you are using custom server side code - be sure that xml feed has not any extra whitespaces before <xml declaration.

Component works in all modern browsers, problem can be caused by some unwanted output during xml feed generation. ( IE can ignore such white-spaces, other browsers can’t )