<?xml-stylesheet type="text/xsl" href="pmathml-self-style.xml"?>
<html
  xmlns:m="http://www.w3.org/1998/Math/MathML"
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xsl:version="1.0"
  xmlns="http://www.w3.org/1999/xhtml" >
<head><title>Presentation MathML</title>


<object id="mmlFactory" 
        classid="clsid:32F66A20-7614-11D4-BD11-00104BD3F987">
</object>

<xsl:processing-instruction name="import"
>namespace="m" implementation="#mmlFactory"</xsl:processing-instruction>

</head>
<body>

<h1>Presentation MathML</h1>
<p>yyy</p>

<m:math mode="display">
<m:mrow>
  <m:msqrt>
    <m:mn>1</m:mn>
    <m:mo>+</m:mo>
    <m:msqrt>
      <m:mn>1</m:mn>
      <m:mo>+</m:mo>
      <m:msqrt>
        <m:mn>1</m:mn>
        <m:mo>+</m:mo>
        <m:msqrt>
          <m:mn>1</m:mn>
          <m:mo>+</m:mo>
          <m:msqrt>
            <m:mn>1</m:mn>
            <m:mo>+</m:mo>
            <m:msqrt>
              <m:mn>1</m:mn>
              <m:mo>+</m:mo>
              <m:msqrt>
                <m:mn>1</m:mn>
                <m:mo>+</m:mo>
                <m:mi>x</m:mi>
              </m:msqrt>
            </m:msqrt>
          </m:msqrt>
        </m:msqrt>
      </m:msqrt>
    </m:msqrt>
  </m:msqrt>
</m:mrow>
</m:math>

</body>
</html>