--- loncom/xml/lonxml.pm 2001/01/06 16:52:34 1.47 +++ loncom/xml/lonxml.pm 2001/01/12 20:38:05 1.48 @@ -24,6 +24,13 @@ sub register { $Apache::lonxml::alltags{$temptag}=$space; } } + +sub printalltags { + my $temp; + foreach $temp (sort keys %Apache::lonxml::alltags) { + &Apache::lonxml::debug("$temp -- $Apache::lonxml::alltags{$temp}"); + } +} use Apache::style; use Apache::lontexconvert; @@ -51,6 +58,7 @@ sub xmlparse { $Apache::lonxml::textredirection = 1; $Apache::lonxml::on_offimport = 0; } + #&printalltags(); my @pars = (); @Apache::lonxml::pwd=(); my $pwd=$ENV{'request.filename'}; @@ -346,7 +354,7 @@ sub handler { my $request=shift; my $target='web'; -# $Apache::lonxml::debug=1; + $Apache::lonxml::debug=0; if ($ENV{'browser.mathml'}) { $request->content_type('text/xml'); } else {