<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<?xml-stylesheet type="text/xsl"
href="http://www.w3.org/Math/XSL/mathml.xsl"?>
<!-- Copyright by Ira Oldham 2007, 2008 -->
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>test</title></head>
<body>
<p> 
  This is XHTML. It uses the XHTML namespace.
  The head tag is <code>&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;</code><br />  
  The following is MathML. It uses the MathML namespace.
  The math tag is <code>&lt;math xmlns="http://www.w3.org/1998/Math/MathML"&gt;</code><br />
  You can look at the source of this page to see these. 
</p>
<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>E</mi>
    <mo>=</mo>
    <mi>m</mi>
    <msup>
      <mi>c</mi>
      <mn>2</mn>
    </msup>
  </mrow>
</math>
<p> 
  Now we are out of the &nbsp; <code>math</code> &nbsp; container. 
  This is XHTML again. It uses the XHTML namespace.
</p>
<a href="namespace.html#changing">Return</a>
</body>
</html>