@pepelsbey Try .xml instead of .mml. Works at least in Chromium browsers and also Firefox.
Or try MIME Type setting at server side:
AddType application/mathml+xml .mml
Top-level
@pepelsbey Try .xml instead of .mml. Works at least in Chromium browsers and also Firefox. Or try MIME Type setting at server side: 1 comment
|
@xmlarbyter Hmm, interesting! Safari also renders MathML with a .xml extension. As for the MIME Type, both Chrome and Safari download MML files when they are served as application/mathml+xml.