<?xml version="1.0" charset="UTF-8"?>
<!DOCTYPE html SYSTEM "http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> 
 <head>  
  <title>XHTML as the host language</title>
  </head> 
 <body>
<p>    ... XHTML content ... </p>

    <math xmlns="http://www.w3.org/1998/Math/MathML"> </math> <p>   ... XHTML content ... </p>  
 <svg:svg version="1.1"      xmlns="http://www.w3.org/2000/svg"   
   xmlns:xlink="http://www.w3.org/1999/xlink">  <svg:desc>   ... SVG content ...  </svg:desc>
    <svg:switch>   
     <svg:foreignObject height="100" width="100">          <p>        
    ... XHTML content ...      </p>    
  <math xmlns="http://www.w3.org/1998/Math/MathML"></math>
    <p>        ... XHTML content ...          </p>
        </svg:foreignObject>     
 </svg:switch>    </svg:svg>  </body></html>

