Diff for /loncom/xml/lonxml.pm between versions 1.36 and 1.37

version 1.36, 2000/11/07 23:39:07 version 1.37, 2000/11/07 23:41:27
Line 101  sub xmlparse { Line 101  sub xmlparse {
 # if ($target eq 'meta') {$Apache::lonxml::textredirection = 0;}  # if ($target eq 'meta') {$Apache::lonxml::textredirection = 0;}
        #clear out any tags that didn't end         #clear out any tags that didn't end
        while ($token->[1] ne $stack[$#stack]          while ($token->[1] ne $stack[$#stack] 
       && ($#stack > -1)) {pop @stack;pop @parstack;&decreasedepth($token);&Apache::lonxml::debug("Clearing out stack");}        && ($#stack > -1)) {pop @stack;pop @parstack;&decreasedepth($token);}
                 
        if (exists $style_for_target{'/'."$token->[1]"}) {         if (exists $style_for_target{'/'."$token->[1]"}) {
   

Removed from v.1.36  
changed lines
  Added in v.1.37


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