version 1.135, 2001/10/05 16:55:12
|
version 1.136, 2001/10/26 17:09:04
|
Line 49 use Apache::scripttag;
|
Line 49 use Apache::scripttag;
|
use Apache::edit; |
use Apache::edit; |
use Apache::lonnet; |
use Apache::lonnet; |
use Apache::File; |
use Apache::File; |
|
use Apache::loncommon; |
|
|
#================================================== Main subroutine: xmlparse |
#================================================== Main subroutine: xmlparse |
#debugging control, to turn on debugging modify the correct handler |
#debugging control, to turn on debugging modify the correct handler |
Line 94 sub xmlbegin {
|
Line 95 sub xmlbegin {
|
} else { |
} else { |
$output='<html>'; |
$output='<html>'; |
} |
} |
|
my $date=localtime; |
|
$output .=&Apache::loncommon::cacheheader(); |
return $output; |
return $output; |
} |
} |
|
|