]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed equation markup (thanks to Benoit Guillon).
authorMichael Smith <xmldoc@users.sourceforge.net>
Sun, 16 Oct 2005 02:07:50 +0000 (02:07 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Sun, 16 Oct 2005 02:07:50 +0000 (02:07 +0000)
testdocs/tests/mathml/informalequation-mml.001.xml
testdocs/tests/mathml/mathml.001.xml

index 91a88c03abbf1d1fa19ea489f1fe288a0711e9c9..49457db9cd6fadc919ca388bd81e6ca1446b9772 100644 (file)
@@ -13,7 +13,9 @@
 </articleinfo>
 
 <informalequation>
-<mml:math><mml:apply><mml:divide/></mml:apply></mml:math>
-</informalequation>
+   <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML">
+     <mml:apply><mml:divide/><mml:ci>1</mml:ci><mml:ci>6</mml:ci></mml:apply>
+   </mml:math>
+ </informalequation>
 
 </article>
index 7fbab533cef4c2f3b247c0292e333a71186436a1..a9a9c24520d578f88bc636724000ee1348e53680 100644 (file)
@@ -9,10 +9,10 @@
 
 <para>The following equation is in MathML:</para>
 
-<informalequation>
-  <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML">
-    <mml:apply><mml:divide/></mml:apply>
-  </mml:math>
-</informalequation>
+ <informalequation>
+   <mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML">
+     <mml:apply><mml:divide/><mml:ci>1</mml:ci><mml:ci>6</mml:ci></mml:apply>
+   </mml:math>
+ </informalequation>
 
 </article>