3 # flush the buffers after each print
7 print "Content-Type: application/xml\n";
8 print "Expires: Thu, 01 Dec 2003 16:00:00 GMT\n";
9 print "Cache-Control: no-store, no-cache, must-revalidate\n";
10 print "Pragma: no-cache\n";
13 print "\xef\xbb\xbf<?xml version=\"1.0\"?>\n";
14 print "<?xml-stylesheet type=\"text/xsl\" href=\"resources/transform.xsl\"?>\n";
16 for ($count=1; $count<4000; $count++) {
20 print "<RESULT>FAILED</RESULT>\n";