header("Content-Type: text/xml");
header ("Content-disposition: attachment; filename=test.xml");
header("Pragma: no-cache");
header("Expires: 0");
geht nicht ! application oder octetstream auch nicht...
wer weiß wie es unter php geht ?
thx magicslider