MathML, Amaya, Mozilla, IE MathPlayer
-
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” [
<!ENTITY mathml “http://www.w3.org/1998/Math/MathML”>
]>
‘);
?>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.
The topic ‘MathML, Amaya, Mozilla, IE MathPlayer’ is closed to new replies.