Hi Support Team, We are facing issues with Representation of MathML in Aspose Words
For Reference We are Sharing 2 MathML Code Snippets Older Ones are supported Properly but The latest format of MathML Representation not working
Older Math ML Snippet
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mi>f</mi>
<mfenced separators="|">
<mrow>
<mi>x</mi>
</mrow>
</mfenced>
<mo>=</mo>
<mi> </mi>
<mfenced open="{" close="" separators="|">
<mrow>
<mtable>
<mtr>
<mtd>
<mo>[</mo>
<mrow>
<mrow>
<mi mathvariant="normal">cos</mi>
</mrow>
<mo></mo>
<mrow>
<mi>π</mi>
<mi> </mi>
<mi>x</mi>
<mo>]</mo>
<mo>,</mo>
</mrow>
</mrow>
</mtd>
<mtd>
<mi>x</mi>
<mo><</mo>
<mn>1</mn>
</mtd>
</mtr>
<mtr>
<mtd>
<mfenced open="|" close="|" separators="|">
<mrow>
<mi>x</mi>
<mo>-</mo>
<mn>1</mn>
</mrow>
</mfenced>
<mo>,</mo>
</mtd>
<mtd>
<mn>2</mn>
<mo>></mo>
<mi>x</mi>
<mi> </mi>
<mo>≥</mo>
<mn>1</mn>
</mtd>
</mtr>
</mtable>
</mrow>
</mfenced>
<mi> </mi>
</math>
Latest Math ML Code
<math xmlns="http://www.w3.org/1998/Math/MathML">
<semantics>
<mrow>
<mi>f</mi>
<mo stretchy="false">(</mo>
<mi>x</mi>
<mo stretchy="false">)</mo>
<mo>=</mo>
<mrow>
<mo fence="true">{</mo>
<mtable rowspacing="0.16em" columnalign="center" columnspacing="1em">
<mtr>
<mtd>
<mstyle scriptlevel="0" displaystyle="false">
<mrow>
<mo stretchy="false">[</mo>
<mi>cos</mi>
<mo></mo>
<mi>π</mi>
<mi>x</mi>
<mo stretchy="false">]</mo>
<mo separator="true">,</mo>
<mi>x</mi>
<mo><</mo>
<mn>1</mn>
</mrow>
</mstyle>
</mtd>
</mtr>
<mtr>
<mtd>
<mstyle scriptlevel="0" displaystyle="false">
<mrow>
<mi mathvariant="normal">∣</mi>
<mi>x</mi>
<mo>−</mo>
<mn>2</mn>
<mi mathvariant="normal">∣</mi>
<mo separator="true">,</mo>
<mn>2</mn>
<mo>></mo>
<mi>x</mi>
<mo>≥</mo>
<mn>1</mn>
</mrow>
</mstyle>
</mtd>
</mtr>
</mtable>
<mo fence="true">}</mo>
</mrow>
</mrow>
<annotation encoding="application/x-tex">f(x)=\left\{\begin{array}{c}{[\cos
\pi
x], x<1} \\ |x-2|, 2>x \geq 1\end{array}\right.</annotation>
</semantics>
</math>
Please Guide Us if there are Special settings to Get Latest one Working