Unable to load xml as string or from file

am I doing something wrong?

first attempt, I tried to load xml as string (generated by server script). The chart is created but my data does not load.

[code]

[/code]

so then I thought i’d try to load the same data as an xml file on my local disk but still the same results… the chart creates but no data is loaded.

[code]

[/code]

Also tried loading in sample XML to make sure my generated xml was not malformed… still did not load.

What am I missing?

also note, the path to xml file, css, js are all correct as I can see the the chart created, images load, and I can see the xml data going into the “loadData” method.

That’s funny!

you just have a typo - gamtt.loadData(xmlInput,false,true);

should be gantt, with “n”