• I use wordpress 1.5, I try to enable the blog use MathML. I have no plugin enabled.

    I add to the header.php (classic theme)
    <?php header(“Content-type: application/xhtml+xml”);
    print(‘<?xml version=”1.0″?>
    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN”
    http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd&#8221; [
    <!ENTITY mathml “http://www.w3.org/1998/Math/MathML”&gt;
    ]>
    ‘);
    ?>

    Then create a page width
    Hola <math xmlns=”&mathml;”><mfrac><mi>a</mi><mi>b</mi></mfrac></math> mundo!

    But when it render in Amaya and FireFox and spurious
    is inserted between ‘Hola’ and <math>?

    On the other hand MathPlayer dont show it at all. Someone has MathML Working.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘MathML, Amaya, Mozilla, IE MathPlayer’ is closed to new replies.