<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="xsl/mathml.xsl"?>
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>...</head>
  <body>
    <h1>Example</h1>
    <p>....</p>
    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mi>x</mi><mo>+</mo><mn>3</mn>
<mfrac>
  <mi>a</mi>
  <mi>b</mi>
</mfrac>
    </math>



  </body>
</html>
