<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/styles/mathml.xsl"?>
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<title>MathML Example</title>
</head>

<body>
<h1>Example</h1>

<p>Here is some presentation MathML --

<math xmlns="http://www.w3.org/1998/Math/MathML">
<mi>x</mi><mo>+</mo><mn>3</mn><mo>+</mo><mi>y</mi>
</math>

-- and here is some more --

<math xmlns="http://www.w3.org/1998/Math/MathML">
  <msup>
    <msqrt>
      <mrow>
        <mi>a</mi>
        <mo>+</mo>
        <mi>b</mi>
      </mrow>
    </msqrt>
 <mn>27</mn>
  </msup>
</math>
</p>

<p>
Here is some content MathML --
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<fn><ci>f</ci></fn>
  <ci>x</ci>
</apply>
</math>

-- and some more --
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply><root/>
<apply>
<plus/>
  <ci>x</ci>  <ci>y</ci>  <ci>z</ci>
</apply>
</apply>
</math>
</p>

<p>
And here is some hairy content MathML:

<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply><root/><apply><plus/><apply><root/><mstyle displaystyle="true"><mfrac><apply><plus/><cn>&#x3B1;</cn><cn>&#x3B2;</cn></apply><apply><plus/><ci>a</ci><apply><times/><ci>x</ci><ci>y</ci><ci>z</ci></apply><apply><power/><ci>d</ci><mstyle displaystyle="true"><mfrac><cn>3</cn><cn>2</cn></mfrac></mstyle></apply></apply></mfrac></mstyle></apply><mstyle displaystyle="true"><mfrac><cn>1</cn><apply><plus/><apply><exp/><ci>x</ci></apply><apply><root/><apply><minus/><apply><power/><ci>x</ci><cn>2</cn></apply><apply><power/><ci>y</ci><cn>2</cn></apply></apply></apply></apply></mfrac></mstyle></apply></apply>
</math>





</p>

</body>
</html>



