--- loncom/xml/lonxml.pm 2005/02/17 08:34:56 1.356 +++ loncom/xml/lonxml.pm 2005/02/26 05:37:23 1.357 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.356 2005/02/17 08:34:56 albertel Exp $ +# $Id: lonxml.pm,v 1.357 2005/02/26 05:37:23 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -154,11 +154,13 @@ sub xmlbegin { @htmlareafields=(); if ($ENV{'browser.mathml'}) { $output='' - .'' - .']>' + #.''."\n" +# .'] >' + .'' .''; + .'xmlns="http://www.w3.org/1999/xhtml">'; } else { $output=''; }