--- loncom/xml/scripttag.pm 2003/05/13 20:41:08 1.87 +++ loncom/xml/scripttag.pm 2003/06/18 20:36:32 1.98 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # $linktext"; } elsif ($target eq 'tex') { $result = '}'; } else { @@ -309,6 +324,7 @@ sub start_import { my $id= &Apache::lonxml::get_param('id',$parstack,$safeeval); if (!$id) { $id=$Apache::lonxml::curdepth; } push(@Apache::inputtags::import,$id); + push(@Apache::inputtags::importlist,$id); &Apache::lonxml::newparser($parser,\$file,$dir); @@ -430,7 +446,7 @@ sub end_comment { sub xmlparse { my ($string) = @_; - &Apache::lonxml::debug("Got $string"); +# &Apache::lonxml::debug("Got $string"); my ($target,$token,$tagstack,$parstack,$oldparser,$safeeval,$style)= @Apache::scripttag::parser_env; my @parser;