> -----Original Message-----
> From: Sundaraj Arumugam
> But I can't open my xml document in Internet Explorer 6.0, it
> shows the
> following error:
>
> "Reference to undeclared namespace prefix: 'mml'. Error
> processing resource
> 'file:///C:/sundar/test/sample.xml'. Line 15, P...
The document will open i IE if you add a namespace declaration for MathML:
<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML">
...
</mml:math>
The information in this article from 2001 seems to still apply:
http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q296492&ID=KB;EN-US;
Q296492.
/MJ