Diff for /loncom/xml/lonxml.pm between versions 1.10 and 1.11

version 1.10, 2000/07/14 19:11:03 version 1.11, 2000/07/18 21:27:10
Line 18  sub register { Line 18  sub register {
     $Apache::lonxml::alltags{$temptag}=$space;      $Apache::lonxml::alltags{$temptag}=$space;
   }    }
 }  }
                                        
 use Apache::style;  use Apache::style;
 use Apache::lontexconvert;  use Apache::lontexconvert;
 use Apache::run;  use Apache::run;
Line 156  sub callsub { Line 156  sub callsub {
       $sub="$space\:\:$sub";        $sub="$space\:\:$sub";
       $currentstring = &$sub($target,$token,\@$parstack,$parser,$safeeval);        $currentstring = &$sub($target,$token,\@$parstack,$parser,$safeeval);
     } else {      } else {
       #print "NOT Calling sub $sub\n";        print "NOT Calling sub $sub\n";
       if (defined($token->[4])) {        if (defined($token->[4])) {
  $currentstring = $token->[4];   $currentstring = $token->[4];
       } else {        } else {
Line 176  sub parstring { Line 176  sub parstring {
 }  }
 1;  1;
 __END__  __END__
   
   
   
   
   

Removed from v.1.10  
changed lines
  Added in v.1.11


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