--- loncom/xml/lonxml.pm 2001/10/05 16:55:12 1.135 +++ loncom/xml/lonxml.pm 2001/10/26 17:09:04 1.136 @@ -49,6 +49,7 @@ use Apache::scripttag; use Apache::edit; use Apache::lonnet; use Apache::File; +use Apache::loncommon; #================================================== Main subroutine: xmlparse #debugging control, to turn on debugging modify the correct handler @@ -94,6 +95,8 @@ sub xmlbegin { } else { $output=''; } + my $date=localtime; + $output .=&Apache::loncommon::cacheheader(); return $output; }