<Math xmlns="http://dlmf.nist.gov/LaTeXML" xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:om="http://www.openmath.org/OpenMath" mode="inline" xml:id="p2.m1" tex="1+2=3" text="1 + 2 = 3" fragid="p2.m1">
  <XMath>
    <XMApp>
      <XMTok meaning="equals" role="RELOP">=</XMTok>
      <XMApp>
        <XMTok meaning="plus" role="ADDOP">+</XMTok>
        <XMTok meaning="1" role="NUMBER">1</XMTok>
        <XMTok meaning="2" role="NUMBER">2</XMTok>
      </XMApp>
      <XMTok meaning="3" role="NUMBER">3</XMTok>
    </XMApp>
  </XMath>
  <m:math alttext="1+2=3" display="inline">
    <m:mrow>
      <m:mrow>
        <m:mn>1</m:mn>
        <m:mo>+</m:mo>
        <m:mn>2</m:mn>
      </m:mrow>
      <m:mo>=</m:mo>
      <m:mn>3</m:mn>
    </m:mrow>
  </m:math>
  <m:math alttext="1+2=3" display="inline">
    <m:apply>
      <m:eq/>
      <m:apply>
        <m:plus/>
        <m:cn type="integer">1</m:cn>
        <m:cn type="integer">2</m:cn>
      </m:apply>
      <m:cn type="integer">3</m:cn>
    </m:apply>
  </m:math>
  <om:OMOBJ>
    <om:OMA>
      <om:OMS cd="latexml" name="equals"/>
      <om:OMA>
        <om:OMS cd="latexml" name="plus"/>
        <om:OMI>1</om:OMI>
        <om:OMI>2</om:OMI>
      </om:OMA>
      <om:OMI>3</om:OMI>
    </om:OMA>
  </om:OMOBJ>
</Math>