--- loncom/xml/lonxml.pm 2001/03/22 22:40:26 1.59 +++ loncom/xml/lonxml.pm 2001/03/23 22:08:05 1.60 @@ -8,7 +8,7 @@ package Apache::lonxml; use vars -qw(@pwd @outputstack $redirection $textredirection $import @extlinks $metamode); +qw(@pwd @outputstack $redirection $import @extlinks $metamode); use strict; use HTML::TokeParser; use Safe; @@ -51,6 +51,7 @@ sub xmlparse { my ($target,$content_file_string,$safeinit,%style_for_target) = @_; if ($target eq 'meta') { # meta mode is a bit weird only some output is to be turned off + # tag turns metamode off (defined in londefdef.pm) $Apache::lonxml::redirection = 0; $Apache::lonxml::metamode = 1; $Apache::lonxml::import = 0;