Correction of namespeaces
[xmldoc.git] / doc / guide.xml
index 0a53dc4..45ceb26 100644 (file)
@@ -22,7 +22,7 @@
    <author>Arjen Baart <code>&lt;arjen@andromeda.nl&gt;</code></author>
    <date>Oct 17, 2007</date>
    <docinfo>
-      <infoitem label="Version">0.6</infoitem>
+      <infoitem label="Version">0.8</infoitem>
       <infoitem label="Organization">Andromeda Technology &amp; Automation</infoitem>
    </docinfo>
    <abstract>
@@ -123,33 +123,33 @@ The content of the <code>page</code> element is only renedered in LaTeX output.
 <heading>Other XML applications</heading>
 <section>
 <heading>MathML</heading>
-<math>
-  <mrow>
-    <msup>
-      <mfenced open="[" close="]">
-        <mrow>
-          <mi>&theta;</mi>
-          <mo>+</mo>
-
-          <mi>b</mi>
-        </mrow>
-      </mfenced>
-      <mn>260</mn>
-    </msup>
-    <mo>+</mo>
-    <msub>
-
-      <mfenced open="{" close="}">
-        <mrow>
-          <mi>a</mi>
-          <mo>+</mo>
-          <mi>b</mi>
-        </mrow>
-      </mfenced>
-
-      <mi>i</mi>
-    </msub>
-  </mrow>
+<math xmlns:math="http://www.w3.org/1998/Math/MathML">
+  <math:mrow>
+    <math:msup>
+      <math:mfenced open="[" close="]">
+        <math:mrow>
+          <math:mi>&theta;</math:mi>
+          <math:mo>+</math:mo>
+
+          <math:mi>b</math:mi>
+        </math:mrow>
+      </math:mfenced>
+      <math:mn>260</math:mn>
+    </math:msup>
+    <math:mo>+</math:mo>
+    <math:msub>
+
+      <math:mfenced open="{" close="}">
+        <math:mrow>
+          <math:mi>a</math:mi>
+          <math:mo>+</math:mo>
+          <math:mi>b</math:mi>
+        </math:mrow>
+      </math:mfenced>
+
+      <math:mi>i</math:mi>
+    </math:msub>
+  </math:mrow>
 </math>
 </section>
 </chapter>