php to xml

sheduldata.php

[code]<?php

if ( stristr($_SERVER["HTTP_ACCEPT"],"application/xhtml+xml")) {
	header("Content-type: application/xhtml+xml"); } else {
	header("Content-type: text/xml");
}

echo("<?xml version=\"1.0\" encoding=\"utf-8\"?>\n");

?>[/code]

When
scheduler.load(“sheduldata.php?id=”+id+"&t="+new Date().getTime());

Error loading xml ???
What happens in v.2.3 all work’s

Part which controls data loading was not changed in version 3.0, so it must work exactly as version 2.3

Try to load the xml feed directly in browser - if there some problem with syntax or data, browser will show detailed error message.

found problem it difference with date save format :wink:

it load but not show …

thanks for inspire to search a problem