<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet type="text/xsl" href="../styles/mathml.xsl"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<!--
   Using the W3C Universal MathML Stylesheet:
    * IE security requires the stylesheets to reside
      on the same web server as the page, so xsl
      points to local directory of umss stylesheets
    * The Web page should be written using XHTML
-->
<head>
  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
  <title>Template for developing MathML Equations: MathML by grindle</title>
  <link href="../styles/mathML_generic.css" rel="stylesheet" type="text/css" />
</head>

<body>

<div id="banner">
<p>This page (template.xml) uses W3C's Universal MathML Stylesheet
mathml.xsl</p>

<p>&lt;?xml version="1.0" encoding="iso-8859-1"?&gt;</p>

<p>&lt;?xml-stylesheet type="text/xsl"
href="../mathml_sg/xsl_UMSS/mathml.xsl"?&gt;</p>

<p>&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;</p>
<hr />

<p><math xmlns="http://www.w3.org/1998/Math/MathML">
  <msqrt>
    <mn>9</mn>
  </msqrt>
  <mo>=</mo>
  <mn>3</mn>
</math> If you do NOT see a square root symbol over the 9 in the equation, then
MathML is NOT enabled in YOUR browser.</p>
<hr />

<p>This .xml file uses an external stye sheet: mathML_generic.css</p>

<p>In Firefox, the numbers in equations are black, operations are green and
variables are blue.</p>
</div>

<div style="border:solid 10px #FFCC66; text-align:center;">
<p>Negative six divided by five equals the negative fraction, six in the
numerator, five in the denomiator.</p>

<p>MathML code should display an equation below that is equivalent to the
sentence above.</p>

<p><math xmlns="http://www.w3.org/1998/Math/MathML">
  <mn>-6</mn>
  <mo>÷</mo>
  <mn>5</mn>
  <mo>=</mo>
  <mi>-</mi>
  <mfrac>
    <mn>6</mn>
    <mn>5</mn>
  </mfrac>
</math></p>

<p><span class="bold_italic"><span class="section_emphasis"></span></span>If
you do NOT see the fraction bar on the right side of the equation above, your
browser is <span class="under_construction"></span>NOT MathML enabled.</p>
<hr />

<p></p>

<p>The period (T) of a simple pendulum is two pi mulitiplied by the square root
of the ratio (or fraction) of the pendulum's length (L) to the acceleration due
to Earth's gravity (g).</p>

<p><math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mi>T</mi>
  <mo>=</mo>
  <mn>2</mn>
  <mi>&#x3c0;</mi>
  <msqrt>
    <mfrac>
      <mi>L</mi>
      <mi>g</mi>
    </mfrac>
  </msqrt>
</math></p>

<p><span class="bold_italic"><span class="section_emphasis"></span></span>If
you do NOT see the square root symbol in the equation above, your browser is
<span class="under_construction"></span>NOT MathML enabled.</p>

<p>If the square root symbol does NOT extend to INCLUDE the g in the
denominator, then you have NOT installed STIX beta Fonts. </p>
</div>

<div class="clear_floats" style="margin-top:10px; font-size:.8em;">
Nothing but the end down here. </div>
</body>
</html>

