prev  ( testsuite > ErrorHandling > NumChildren > mrootE2  )  next

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:ErrorHandling/NumChildren/mrootE2
CVS-ID:
Author:Robert Miner and Jeff Schaefer, Geometry Technologies
Description:There should be an error unless <mroot> has exactly two children. Of course, it could be more friendly than the one shown below...

Sample Rendering:

N/A

Your browser's rendering:

3 x 2 3

Source Code:


    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mrow> 
        <mroot> 
          <mn>3</mn> 
          <mi>x</mi> 
          <mn>2</mn> 
        </mroot> 
        <mroot> 
          <mn>3</mn> 
        </mroot> 
      </mrow> 
    </math>