--- loncom/xml/lonxml.pm 2001/10/05 16:55:12 1.135 +++ loncom/xml/lonxml.pm 2001/10/31 17:44:42 1.137 @@ -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 @@ -1007,7 +1008,7 @@ sub handler { } else { $request->content_type('text/html'); } - + &Apache::loncommon::no_cache($request); $request->send_http_header; return OK if $request->header_only;