Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by abdallah on Oct 02, 2009 07:47
open dhtmlx forum
LoadXML Error--- Dynamic load

Ok, in the Init function of the scheduler, I have this line of code:
    
    
        scheduler.init('scheduler_here',null,"week");
        
        scheduler.load("php/events.php?uid="+scheduler.uid());
        
        var dp = new dataProcessor("php/events.php");
    
        dp.init(scheduler);


I'm testing on my local host and for a while it worked but all of a sudden it pops up the message box saying Error Type: LoadXML Description Incorrect XML..
Answer posted by dhxSupport on Oct 02, 2009 08:31