<?xml-stylesheet type="text/xsl" href="mathml.xsl"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Content MathML Examples</title>
</head>
<body>

<h1>Content MathML examples</h1>

<p>This page helps you test to see if your browser supports Content
MathML.  If it does, you should see approximately equivalent
renderings of the MathML mark-up on the left and right columns of each
example</p>

<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<matrix>
  <matrixrow>
    <cn> 0 </cn> <cn> 1 </cn> <cn> 0 </cn>
  </matrixrow>
  <matrixrow>
    <cn> 0 </cn> <cn> 0 </cn> <cn> 1 </cn>
  </matrixrow>
  <matrixrow>
    <cn> 1 </cn> <cn> 0 </cn> <cn> 0 </cn>
  </matrixrow>
</matrix>
</math>]]>
</pre>

<table>
<tr><th style="background-color: lightgrey">What your browser displays</th><th style="background-color: lightgrey">Suggested sample rendering</th></tr>
<tr>
<td style="border-style:solid; border-width:2px; text-align: center">
<math xmlns="http://www.w3.org/1998/Math/MathML">
<matrix>
  <matrixrow>
    <cn> 0 </cn> <cn> 1 </cn> <cn> 0 </cn>
  </matrixrow>
  <matrixrow>
    <cn> 0 </cn> <cn> 0 </cn> <cn> 1 </cn>
  </matrixrow>
  <matrixrow>
    <cn> 1 </cn> <cn> 0 </cn> <cn> 0 </cn>
  </matrixrow>
</matrix>
</math>
</td>
<td style="border-style:solid; border-width:2px;  text-align: center">
<img src="csnapshot1.png" alt="suggested rendering of example matrix"/>
</td>
</tr>
</table>
</div>

<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <in/>
  <cn type="complex-cartesian">17<sep/>29</cn>
  <complexes/>
</apply>
</math>]]>
</pre>
<table>
<tr><th style="background-color: lightgrey">What your browser displays</th><th style="background-color: lightgrey">Suggested sample rendering</th></tr>
<tr>
<td style="border-style:solid; border-width:2px; text-align: center">
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
  <in/>
  <cn type="complex-cartesian">17<sep/>29</cn>
  <complexes/>
</apply>
</math>
</td>
<td style="border-style:solid; border-width:2px;  text-align: center">
<img src="csnapshot2.png" alt="suggested rendering of example formula"/>
</td>
</tr>
</table>
</div>


<div style="border-style:solid; border-width:2px; margin: 1em 1em 1em 1em; padding: 1em 1em 1em 1em;">
<pre><![CDATA[<math xmlns="http://www.w3.org/1998/Math/MathML">
<infinity/>
</math>]]>
</pre>
<table>
<tr><th style="background-color: lightgrey">What your browser displays</th><th style="background-color: lightgrey">What you should see</th></tr>
<tr>
<td style="border-style:solid; border-width:2px; text-align: center">
<math xmlns="http://www.w3.org/1998/Math/MathML">
<infinity/>
</math>
</td>
<td style="border-style:solid; border-width:2px;  text-align: center">
<img src="csnapshot3.png" alt="suggested rendering of infinity symbol"/>
</td>
</tr>
</table>
</div>
<hr />
<img src="/Math/mathmlSmall.png" alt="MathML inside!"/>

</body>
</html>