Hi,
Having an .html
file is it possible to force the browser to treat the contents as XHTML? I mean the file opened from both local or web location. Maybe some on-the-fly convertion or something like that?
The background:
Firefox and Opera supports natively MathML when the code is embedded in a XHTML file. I need to get a .html
file with MathML that would be supported by the mentioned browsers properly.
Thank you for any support.