I see some differences between Oxygen Standalone Editor 18.0 and Oxygen Standalone Editor 18.1 (and webapp 18.1 too) in mathml formulas visualization. Oxygen can't display inner formulas, like this
Code: Select all
<mml:math class="+ topic/foreign math-d/math ">
<mml:semantics>
<mml:mrow>
<mml:mrow>
<mml:mi mathvariant="italic">score</mml:mi>
<mml:mo>=</mml:mo>
<mml:mrow>
<mml:mfrac>
<mml:mrow>
<mml:mi mathvariant="italic">rule_weight</mml:mi>
</mml:mrow>
<mml:mrow>
<mml:mi>n</mml:mi>
</mml:mrow>
</mml:mfrac>
<mml:mo>∗</mml:mo>
<mml:mrow>
<mml:mrow>
<mml:munderover>
<mml:mo>∑</mml:mo>
<mml:mrow>
<mml:mi>x</mml:mi>
<mml:mo>=</mml:mo>
<mml:mn>1</mml:mn>
</mml:mrow>
<mml:mi>n</mml:mi>
</mml:munderover>
<mml:mrow>
<mml:mrow>
<mml:msub>
<mml:mi mathvariant="italic">weight</mml:mi>
<mml:mi>i</mml:mi>
</mml:msub>
<mml:mo stretchy="false">∗</mml:mo>
<mml:msub>
<mml:mi mathvariant="italic">similarity</mml:mi>
<mml:mi>i</mml:mi>
</mml:msub>
</mml:mrow>
</mml:mrow>
</mml:mrow>
</mml:mrow>
</mml:mrow>
</mml:mrow>
</mml:mrow>
<mml:annotation encoding="StarMath 5.0">score = {1} over {n} * rule_weight *
sum { weight_i * similarity_i } </mml:annotation>
</mml:semantics>
</mml:math>
Details of error message in Standalone Editor:
But resolving formulas from href links works fine.Cannot display image
Cannot render the MathML equation using JEuclid: The prefix "mml" for element "mml:math" is not bound.
How can I fix it for inner formulas in webapp?