<mml:math>

Math (MathML 2.0 Tag Set)

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

Remarks

With one exception, the various elements and attributes of MathML used inside <mml:math> are not documented here, and the reader should refer to online documentation from the W3C and Design Science. The one exception is the <mml_annotation-xml> element. The content model for the <mml_annotation-xml> is normally “ANY”, but this causes difficulties in many editing tools, so this Tag Set has reduced the content model to one or more paragraphs: (p+).

The vast majority of users of this Tag Set use the DTDs as their primary (or only) model, so the tag set is maintained to ensure that users of DTDs and DTD-based tools will work well. Because DTDs do not “play well” with namespaces, and most DTD-based tools are not namespace aware, the MathML namespace has been hardcoded to the prefix “mml” in the DTDs. This means that the element name, in the DTDs, really is <mml:math>. While this was the usual prefix when this Tag Set was originally established, the more frequently seen prefix is now “m”. For DTD users, the element names in the MathML will need to be “mml” (for example, mml:mfrac), but tools can be set to provide that prefix and the essence of namespaces is that prefixes do not matter, so no harm is done.

Attributes

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

This element may be contained in:

<abstract>, <ack>, <alternatives>, <alt-title>, <app>, <app-group>, <article-title>, <attrib>, <bio>, <body>, <bold>, <book-title>, <boxed-text>, <chem-struct>, <collection-name>, <comment>, <def-head>, <disp-formula>, <disp-quote>, <glossary>, <inline-formula>, <italic>, <license-p>, <meta-value>, <monospace>, <named-content>, <notes>, <overline>, <p>, <ref-list>, <roman>, <sans-serif>, <sc>, <sec>, <strike>, <styled-content>, <sub>, <subtitle>, <sup>, <td>, <term>, <term-head>, <textual-form>, <th>, <title>, <trans-abstract>, <trans-subtitle>, <trans-title>, <underline>

Example

...
<p>EM4 cells, stably transfected with Flag-HA-DAT, Myc-His-DAT,
or both, were reacted with cross-linker and solubilized in Triton X-100
as above. There is no reason to have this formula, 
<inline-formula>
<mml:math>
<mml:semantics>
<mml:mrow>
<mml:msub><mml:mi>Q</mml:mi><mml:mrow><mml:mn>10</mml:mn></mml:mrow>
</mml:msub>
<mml:mo>=</mml:mo>
<mml:msup>
<mml:mrow>
<mml:mrow><mml:mo>(</mml:mo>
<mml:mrow>
<mml:mfrac>
<mml:mrow><mml:msub><mml:mi>M</mml:mi><mml:mn>2</mml:mn></mml:msub>
</mml:mrow>
<mml:mrow><mml:msub><mml:mi>M</mml:mi><mml:mn>1</mml:mn></mml:msub>
</mml:mrow>
</mml:mfrac>
</mml:mrow>
<mml:mo>)</mml:mo>
</mml:mrow>
</mml:mrow>
<mml:mrow><mml:mn>10</mml:mn><mml:mo>/</mml:mo>
<mml:msub><mml:mi>T</mml:mi><mml:mn>1</mml:mn></mml:msub>
<mml:mo>-</mml:mo>
<mml:msub><mml:mi>T</mml:mi><mml:mn>2</mml:mn></mml:msub>
</mml:mrow>
</mml:msup>
</mml:mrow>
</mml:semantics>
</mml:math>
</inline-formula> here. Five microliters of anti-Myc 9E10 (Santa Cruz 
Biotechnology) was added to 0.2 ml of Triton X-100 extracts, and the 
mixture was incubated for 1 h at 4&#x00B0;C. Twenty microliters of 
rec-protein G Sepharose (Zymed) was added, and the mixture was incubated 
for 1 h at 4&#x00B0;C, washed three times in 0.5 ml of lysis buffer, 
and eluted in 45 &#x03BC;l of 2&#x00D7; Laemmli sample buffer without 
reducing agent.</p>
...

Module

mathml2.dtd