- From: Bill Naylor <Bill.Naylor@mcs.vuw.ac.nz>
- Date: Tue, 15 Apr 2003 13:13:35 +1200 (NZST)
- To: Max Froumentin <mf@w3.org>
- cc: www-math@w3.org
>
> >
> > 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