Diff for /loncom/xml/lonxml.pm between versions 1.43 and 1.44

version 1.43, 2001/01/04 19:16:16 version 1.44, 2001/01/05 19:45:03
Line 42  sub xmlparse { Line 42  sub xmlparse {
  if ($target eq 'meta') {   if ($target eq 'meta') {
    $Apache::lonxml::textredirection = 0;     $Apache::lonxml::textredirection = 0;
    $Apache::lonxml::on_offimport = 1;     $Apache::lonxml::on_offimport = 1;
    } else {
      $Apache::lonxml::textredirection = 1;
      $Apache::lonxml::on_offimport = 0;
  }   }
  my @pars = ();   my @pars = ();
  @Apache::lonxml::pwd=();   @Apache::lonxml::pwd=();
Line 336  sub writeallows { Line 339  sub writeallows {
   
 sub handler {  sub handler {
   my $request=shift;    my $request=shift;
     
   my $target='web';    my $target='web';
 #  $Apache::lonxml::debug=1;  #  $Apache::lonxml::debug=1;
   if ($ENV{'browser.mathml'}) {    if ($ENV{'browser.mathml'}) {
Line 380  sub debug { Line 383  sub debug {
   }    }
 }  }
 sub error {  sub error {
   print "ERROR:".$_[0]."<br>\n";  #  print "ERROR:".$_[0]."<br>\n";
 }  }
 sub warning {  sub warning {
   if ($Apache::lonxml::debug eq 1) {    if ($Apache::lonxml::debug eq 1) {

Removed from v.1.43  
changed lines
  Added in v.1.44


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