xml data shows alert

Hello

i’m doing:

$(function () {
scheduler.init(‘scheduler_here’, new Date(),“month”); scheduler.load(“setup/configuration/CalendarTest.asp”,“xml”);
});

CalendarTest.asp:


<start_date></start_date>
<end_date></end_date>




<start_date></start_date>
<end_date></end_date>



But i get an alert and no rendering for the events as you can see in the attached image. Why?
thanks,
Valter


by putting

<% Response.ContentType = “text/xml” %>

in the .asp file the alert goes away, but the event is not rendered as before.

solved!
problem was on dates format in the xml