nico wrote:
> Hello,
>
> I've compiled with ConTeXt a large excerpt from the MathML 2.0 Test 
> Suite (http://www.w3.org/Math/testsuite) and I encountered the 
> following problems (test cases attached):
you say:

\starttyping
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML";>
      <mfenced separators="" open="" close=" ">
        <mi>x</mi>
        <mi>y</mi>
      </mfenced>
    </mml:math>
\stoptyping

is rendered as:
\startXMLdata
<math>
      <mfenced separators="" open="" close=" ">
        <mi>x</mi>
        <mi>y</mi>
      </mfenced>
    </math>
\stopXMLdata


\startbuffer
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML";>
      <mfenced separators="" open="" close=" ">
        <mi>x</mi>
        <mi>y</mi>
      </mfenced>
    </mml:math>
\stopbuffer

\typebuffer

is rendered as:

\processXMLbuffer

saves keystrokes and is less error prone (differences in code)

Hans
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to