Sample code not even working

Hi,

We bought your dhtmlxtree component but we’re not able to even get the samples working:

In FireFox, Chrome and Konqueror we see a grey box where supposedly the dtree should have been displayed. Chrome pops up with some javascript error information:

box 1: Error type: LoadXML
Description: Incorrect XML

box 2: Error type: DataStructure
Description: XML refers to not existing parent

The xml file to be loaded is tree_a.xml, but all other examples do not seem to work under these browsers. This is just the out-of-the-box sample code !

Only IE works with the samples.

Hi,

did you open samples with the . url ? You need to run samples on a web server to load xml.

Ok, I will try that. Expected the samples to work with file:// links as it is DHTML.
(But then I wonder why IE doesn’t need a webserver to be running to load the XML data …)