Due to the conversion issue #9 in the ruby script, I used the XSL library lib/transform.xsl to transform the outputs generated using jure/mathtype, the transformation looks good but
-
it ignores the superscript and subscript text and produces the empty elements in MathML output.
-
In the second equation the square root is ignored
MathML from XSL
<mn>(</mn>
<mi>x</mi>
<msup>
<mrow>
</mrow>
</msup>
<mo>+</mo>
Actual Math


MathML Rendered in MathJax


Sample_files:
files.zip