<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="mathml.xsl"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Exemples de code MathML de contenu</title>
</head>
<body>

<h1>Exemples de code MathML de contenu</h1>

<p>Cette page vous aide à tester si votre navigateur gère le code MathML de contenu. Si c'est le cas, vous devriez avoir approximativement
des restitutions équivalentes du balisage MathML sur les colonnes gauches et droites de chaque exemple.</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;">Ce qu'affiche votre navigateur</th><th style="background-color:lightgrey;">Restitution de l'échantillon suggérée</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="images/csnapshot1.png" alt="Restitution suggérée de l'exemple de matrice"/>
</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;">Ce qu'affiche votre navigateur</th><th style="background-color:lightgrey;">Restitution de l'échantillon suggérée</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="images/csnapshot2.png" alt="Restitution suggérée de l'exemple de formule."/>
</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;">Ce qu'affiche votre navigateur</th><th style="background-color:lightgrey;">Ce que vous devriez voir</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="images/csnapshot3.png" alt="Restitution suggérée du symbole de l'infini."/>
</td>
</tr>
</table>
</div>
<hr />
<img src="style/mathmlSmall.png" alt="MathML inside!"/>
</body>
</html>