Espaces de noms - Exemple


<?xml version="1.0" encoding="iso-8859-1"?>
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:svg="http://www.w3.org/2000/svg"
      xmlns:m="http://www.w3.org/1998/Math/MathML">
<head>...</head>
<body>
  <h1>Les données</h1>
  <m:math>
    <m:mfrac>...</m:mfrac>
  </m:math>

  <h1>Le graphe</h1>
  <svg:svg width="4cm" height="8cm">
    <rect x="0.5cm" y="0.5cm" width="2cm" height="1cm"/>
    ...
  </svg:svg>
</html>