<?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: nestScript</title>
</head>
  <body style="background: #ffffff">
    <table width="100%" cellpadding="8">
      <tr>
        <td>
          <a href="../../Topics/Nesting/nestFrac1.xml">
    prev </a>
        </td>
        <td style="text-align: right">
          <a href="../../Topics/Nesting/nestTable1.xml">
    next</a>
        </td>
      </tr>
    </table>
      <table style="background:#cccccc" cellpadding="4">
        <tr>
          <td style="text-align: right" valign="top">File:</td>
          <td>Topics/Nesting/nestScript.xml (<a href="nestScript.mml">mml file</a>)
        </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>Testing of nested scripts</td>
        </tr>
        <tr>
          <td style="text-align: right" valign="top">Sample Rendering:</td>
          <td>
            <table>
              <tr>
                <td>
                  <img src="nestScript.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">
      <msup>
        <mi>v</mi>
        <msup>
          <mi>w</mi>
          <msup>
            <mi>x</mi>
            <msup>
              <mi>y</mi>
              <mi>z</mi>
            </msup>
          </msup>
        </msup>
      </msup>
    </math>
  </p>
    <hr/>
    <p>
      <b>Source Code</b>:</p>
    <pre>
    &lt;math>
      &lt;msup>
        &lt;mi>v&lt;/mi>
        &lt;msup>
          &lt;mi>w&lt;/mi>
          &lt;msup>
            &lt;mi>x&lt;/mi>
            &lt;msup>
              &lt;mi>y&lt;/mi>
              &lt;mi>z&lt;/mi>
            &lt;/msup>
          &lt;/msup>
        &lt;/msup>
      &lt;/msup>
    &lt;/math>
  </pre>
    <p style="text-align: right">
      <a href="../../../overview.html" target="_top">
	Test Suite Home
	</a>
    </p>
    <hr/>
  </body>
</html>
