--- loncom/xml/lonxml.pm 2006/04/18 20:50:45 1.408 +++ loncom/xml/lonxml.pm 2006/04/18 20:55:26 1.409 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.408 2006/04/18 20:50:45 albertel Exp $ +# $Id: lonxml.pm,v 1.409 2006/04/18 20:55:26 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -162,28 +162,6 @@ sub disable_LaTeX_substitutions { $Apache::lonxml::substitute_LaTeX_symbols = 0; } -sub xmlbegin { - my ($style)=@_; - my $output=''; - @htmlareafields=(); - if ($env{'browser.mathml'}) { - $output='' - #.''."\n" -# .'] >' - .'' - .''; - } else { - $output=''; - } - if ($style eq 'encode') { - $output=&HTML::Entities::encode($output,'<>&"'); - } - return $output; -} - sub xmlend { my ($target,$parser)=@_; my $mode='xml';