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