Diff for /loncom/xml/lonxml.pm between versions 1.31 and 1.32

version 1.31, 2000/11/01 17:25:36 version 1.32, 2000/11/06 14:32:35
Line 30  use Apache::scripttag; Line 30  use Apache::scripttag;
 $Apache::lonxml::outputstack = '';  $Apache::lonxml::outputstack = '';
 $Apache::lonxml::redirection = 1;  $Apache::lonxml::redirection = 1;
 $Apache::lonxml::textredirection = 1;  $Apache::lonxml::textredirection = 1;
   $Apache::lonxml::on_offimport = 0;
   
 sub xmlparse {  sub xmlparse {
   
  my ($target,$content_file_string,$safeinit,%style_for_target) = @_;   my ($target,$content_file_string,$safeinit,%style_for_target) = @_;
  if ($target eq 'meta') {$Apache::lonxml::textredirection = 0;}   if ($target eq 'meta') 
      {$Apache::lonxml::textredirection = 0;
       $Apache::lonxml::on_offimport = 1;
    }
  my @pars = ();   my @pars = ();
  @Apache::lonxml::pwd=();   @Apache::lonxml::pwd=();
  my $pwd=$ENV{'request.filename'};   my $pwd=$ENV{'request.filename'};

Removed from v.1.31  
changed lines
  Added in v.1.32


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>