xmlns example


<?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:math="http://www.w3.org/1998/Math/MathML">
<head>...</head>
<body>
  <h1>The Data</h1>
  <m:math>
    <m:mrow>...</m:mrow>
  </m:math>


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