<mml:math>

Math (MathML 2.0 DTD)

Definition

The top-level element for math tagged according to the MathML DTD. See documentation for the Mathematical Markup Language (MathML) 2.0 DTD.

Attributes

altimg Alternate Image (MathML 2.0 DTD)
alttext Alternate Text (MathML 2.0 DTD)
baseline Baseline (MathML 2.0 DTD)
class Class (MathML 2.0 DTD)
display Display (MathML 2.0 DTD)
height Height (MathML 2.0 DTD)
id Identifier
macros Macros (MathML 2.0 DTD)
mode Mode (MathML 2.0 DTD)
name Name
other Other (MathML 2.0 DTD)
overflow Overflow (MathML 2.0 DTD)
style Style (MathML 2.0 DTD)
type Type (MathML 2.0 DTD)
width Width (XHTML table model; MathML 2.0 DTD)
xlink:href Href (Linking Mechanism)
xmlns:mml MathML Namespace Declaration
xref Cross Reference (MathML 2.0 DTD)

Model Description

Text, numbers, or special characters.

Tagged Example


<article>
<front>
...
</front>
<body>
...
<p>... This can be seen in the following summation:
<mml:math>
<mml:semantics>
<mml:mrow>
<mml:munder>
<mml:mo>&sum;</mml:mo>
<mml:mi>m</mml:mi>
</mml:munder>
<mml:mrow>
<mml:msub>
<mml:mover accent='true'>
<mml:mi>p</mml:mi>
<mml:mo>&dot;</mml:mo>
</mml:mover>
<mml:mi>m</mml:mi>
</mml:msub>
<mml:mo>=</mml:mo>
<mml:mn>0</mml:mn>
</mml:mrow>
</mml:mrow>
</mml:semantics>
</mml:math>
</p>
...
</body>
<back>
...
</back>
</article>


Module

mathml2.dtd