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

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

<body>
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>

<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>


</body>
</html>








