--- loncom/xml/style.pm 2002/11/06 22:48:56 1.15 +++ loncom/xml/style.pm 2003/06/09 21:37:54 1.16 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Style Parser Module (new version) # -# $Id: style.pm,v 1.15 2002/11/06 22:48:56 albertel Exp $ +# $Id: style.pm,v 1.16 2003/06/09 21:37:54 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -107,7 +107,7 @@ sub styleparser { ########### if ($current_value) { push(@values,$current_value); - &Apache::lonxml::debug("a:$current_value: $#values \n"); + #&Apache::lonxml::debug("a:$current_value: $#values \n"); } else { pop(@keys); } @@ -120,7 +120,7 @@ sub styleparser { push @style_array,$keys[$i],$values[$i]; } my %style_for_target = @style_array; - + &Apache::lonhomework::showhash(%style_for_target); # check printing # foreach $current_key (sort keys %style_for_target) { # &Apache::lonxml::debug("$current_key => $style_for_target{$current_key}\n");