Added the src attribute to the svg tag
[xmldoc.git] / doc / guide.xml
index 60fa01d..0a53dc4 100644 (file)
@@ -123,7 +123,6 @@ The content of the <code>page</code> element is only renedered in LaTeX output.
 <heading>Other XML applications</heading>
 <section>
 <heading>MathML</heading>
-</section>
 <math>
   <mrow>
     <msup>
@@ -152,20 +151,6 @@ The content of the <code>page</code> element is only renedered in LaTeX output.
     </msub>
   </mrow>
 </math>
-<section>
-<heading>SVG</heading>
-
-<svg>
-   <clipPath id="a">
-      <circle cy="90" cx="100" r="60"/>
-   </clipPath>
-   <circle fill="#AAAAAA" cy="90" cx="190"
-              r="60" style="clip-path:url(#a)"/>
-   <circle stroke="black" fill="none" cy="90" cx="100" r="60"/>
-   <circle stroke="black" fill="none" cy="90" cx="190" r="60"/>
-</svg>
-
-
 </section>
 </chapter>