Problems to load xml

Hi guys, I have a very strange error.

The xml data are not loaded in Mobile Scheduler component.
I put the same xml file in the samples folder it worked correctly.

There appears no error in the browser console, but the data is not loaded into the component.

Follow the files attached to ascertain what may be happening.

Please help me.
error xml.zip (95.4 KB)

Now using console… see xml.

Path is correct.

But don’t load the data in component.

Help me please.


The file xml and file html, they’re all in the same directory with read permissions.

Hello,

the path to xml is as follows in your demo:

var arquivoxml = “data/events5988.xml”;

it is incorrect path. it should be “events5988.xml”:

var arquivoxml = “events5988.xml”;