<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?xml-stylesheet type="text/xsl" href="../../../style/mathml.xsl"?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  <!--
Copyright &#251; 1994-2003 World Wide Web Consortium, (Massachusetts Institute
of Technology, European Consortium for Informatics and
Mathematics, Keio University). All Rights Reserved. See
http://www.w3.org/Consortium/Legal/.
  -->
  <head>
    <title> W3C MathML TestSuite, Version 2: emptyContent1</title>
</head>
  <body style="background: #ffffff">
    <table width="100%" cellpadding="8">
      <tr>
        <td>
          <a href="../../ErrorHandling/BadChildren/badReln1.xml">
    prev </a>
        </td>
        <td style="text-align: right">
          <a href="../../ErrorHandling/BadEntities/badEntity1.xml">
    next</a>
        </td>
      </tr>
    </table>
      <table style="background:#cccccc" cellpadding="4">
        <tr>
          <td style="text-align: right" valign="top">File:</td>
          <td>ErrorHandling/BadChildren/emptyContent1.xml</td>
        </tr>
        <tr>
          <td style="text-align: right" valign="top">Author:</td>
          <td>Design Science, Inc. (D. Doyle)</td>
        </tr>
        <tr>
          <td style="text-align: right" valign="top">Description:</td>
          <td>Test of token elements with no content in them</td>
        </tr>
        <tr>
          <td style="text-align: right" valign="top">Sample Rendering:</td>
          <td>
            <table>
              <tr>
                <td>
                  <img src="emptyContent1.png" alt="Created by: webeq"/>
                </td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
    <p>
      <b>Your browser's rendering</b>:</p>
    <p>
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <msub> 
        <mn/> 
        <mo> </mo> 
      </msub> 
    </math> 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <msub> 
        <mn/> 
        <mo> </mo> 
        <mo> </mo> 
      </msub> 
    </math> 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mroot> 
        <mn/> 
        <mo> </mo> 
        <mo> </mo> 
      </mroot> 
    </math> 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mmultiscripts> 
        <mo/> 
        <mtext/> 
      </mmultiscripts> 
    </math> 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <apply> 
        <plus/> 
        <ci/> 
        <ci/> 
      </apply> 
    </math> 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mpadded> 
        <mo/> 
        <mo/> 
      </mpadded> 
    </math> 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mstyle background="blue"> 
        <mi/> 
        <mo/> 
      </mstyle> 
    </math> 
    <math xmlns="http://www.w3.org/1998/Math/MathML"> 
      <mfenced> 
        <mi/> 
        <mo/> 
      </mfenced> 
    </math>
  </p>
    <hr/>
    <p>
      <b>Source Code</b>:</p>
    <pre>
    &lt;math> 
      &lt;msub> 
        &lt;mn>&lt;/mn> 
        &lt;mo> &lt;/mo> 
      &lt;/msub> 
    &lt;/math> 
    &lt;math> 
      &lt;msub> 
        &lt;mn>&lt;/mn> 
        &lt;mo> &lt;/mo> 
        &lt;mo> &lt;/mo> 
      &lt;/msub> 
    &lt;/math> 
    &lt;math> 
      &lt;mroot> 
        &lt;mn>&lt;/mn> 
        &lt;mo> &lt;/mo> 
        &lt;mo> &lt;/mo> 
      &lt;/mroot> 
    &lt;/math> 
    &lt;math> 
      &lt;mmultiscripts> 
        &lt;mo>&lt;/mo> 
        &lt;mtext>&lt;/mtext> 
      &lt;/mmultiscripts> 
    &lt;/math> 
    &lt;math> 
      &lt;apply> 
        &lt;plus/> 
        &lt;ci>&lt;/ci> 
        &lt;ci>&lt;/ci> 
      &lt;/apply> 
    &lt;/math> 
    &lt;math> 
      &lt;mpadded> 
        &lt;mo>&lt;/mo> 
        &lt;mo>&lt;/mo> 
      &lt;/mpadded> 
    &lt;/math> 
    &lt;math> 
      &lt;mstyle background="blue"> 
        &lt;mi>&lt;/mi> 
        &lt;mo>&lt;/mo> 
      &lt;/mstyle> 
    &lt;/math> 
    &lt;math> 
      &lt;mfenced> 
        &lt;mi>&lt;/mi> 
        &lt;mo>&lt;/mo> 
      &lt;/mfenced> 
    &lt;/math>
  </pre>
    <p style="text-align: right">
      <a href="../../../overview.html" target="_top">
	Test Suite Home
	</a>
    </p>
    <hr/>
  </body>
</html>
