<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" 
               "http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd" [
  <!ENTITY mathml "http://www.w3.org/1998/Math/MathML">
]>
<html xmlns="http://www.w3.org/1999/xhtml">  
  <head>
    <title>Minimum Document with MathML</title> 
  </head>
  <body>
    <p>
      Accept all valid XHTML and MathML, including therefore 
      <a href="http://www.mozilla.org/">links</a>
      and math fractions 
      <math xmlns="&mathml;">
        <mfrac>
          <mi>a</mi>
          <mi>b</mi>
        </mfrac>

    <msup>
      <mfenced>
        <mrow>
          <mi>a</mi>
          <mo>+</mo>
          <mi>b</mi>
        </mrow>
      </mfenced>
      <mn>2</mn>
    </msup>
 
      </math>



      <br />
      View the source of this document for additional notes
    </p>

<applet code="edu.uah.math.experiments.BuffonNeedleExperiment.class" archive="http://www.nku.edu/~longa/stats/PSOL.jar"
width="600" height="400"></applet>

  </body>
</html>


<!-- NOTES ==========================================================

For convenience, an entity &mathml; that maps to the official MathML
namespace, was added in the internal subset of this document. If your
document contains a lot of <math> ... </math> fragments, you can
simply use <math xmlns="&mathml;"> ... </math> as the example shows.

You can declare additional internal entities that you want
to use throughout your document:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" 
               "http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd" [
  <!ENTITY mathml "http://www.w3.org/1998/Math/MathML">
  <!ENTITY entity1 "value1">
  <!ENTITY entity2 "value2">
]>

================================================================= -->
