Re: MathML2

Eric Hsu wrote:
> does Amayz support MathML 2.0?

Yes, but only the presentation part of MathML, not the content part.
The issue is that your document is using content MathML. Please
refer to the "Known Issues" section of the obline documentation
(Help/Math)

Vincent.

> 
> I'm having trouble using things like <apply>  and  < matrix>
> 
> 
> <?xml version=3D"1.0"?>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
>     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> <!-- Fig. 20.10: mathml2.html -->
> <!-- Simple MathML            -->
> 
> <html xmlns=3D"http://www.w3.org/1999/xhtml">
>    <head><title>Simple MathML Example</title></head>
>    <body>
>       <math xmlns =3D "http://www.w3.org/1998/Math/MathML">
>   <mrow>
>       <apply><transpose/>
>      <matrixrow>
>           <cn> 1 </cn>
>           <cn> 2 </cn>
>      </matrixrow>
>      <matrixrow>
>          <cn> 3 </cn>
>           <ci> x </ci>
>        </matrixrow>
>     </apply>
> </mrow>
> </math>
> 
>    </body>
> </html>
> 
> 
> 
> It says that things like matrixrow are unsupported.
> and also it says sin and ci  "Invalid or unsupported MathML element =
> <cn>"
> 
>    <mrow>
>    <apply>  <sin/> <ci>x</ci>  </apply>
>    </mrow>

Received on Wednesday, 18 June 2003 11:52:02 UTC