can not load data from xml to dhtmlxScheduler

Hi sir…
i am try to load data from xml to dhtmlxScheduler.can you provide any solution of that???
how to load data from xml?
plz provide the solution as soon as possible…

Default data loading can be used for such task

scheduler.load(“some.xml”)

Check for example
scheduler/samples/01_initialization_loading/01_basic_init.html

Beware that it must be xml in specific format ( not just any XML )

Thanx a lot ya i solve issue but if i try on chrome browser it should not work?
if i used some other browser it should work .
eg:explore and mozila

Be sure that

a) xml server with valid content-type - text/xml
b) xml starts from <?xml, there is no extra space between output start and first xml tag

Above requierements are caused by specific of browser’s xml parser, not by component itself