Re: Last Call Working Draft of MathML 2.0, 2nd edition published

>
> >
> > Please send comments to www-math@w3.org
> >
> > Max Froumentin
> > for the WG Math WG
> >
>

Hi Max,

a comment on the example in section 4.4.11.3, a namespace decleration
should appear in the outer <OMA>, thus:

<semantics>
  <apply>
    <plus/>
    <apply><sin/>
      <ci> x </ci>
    </apply>
    <cn> 5 </cn>
  </apply>
  <annotation-xml encoding="OpenMath">
    <OMA xmlns="http://www.openmath.org/OpenMath">
      <OMS name="plus" cd="arith1"/>
      <OMA><OMS name="sin" cd="transc1"/>
        <OMV name="x"/>
      </OMA>
      <OMI>5</OMI>
    </OMA>
  </annotation-xml>
</semantics>

cheers,

Bill.

Received on Monday, 14 April 2003 21:13:51 UTC