mml:*
mml:* — Any element from the MathML namespace.
Synopsis
- Any element from the http://www.w3.org/1998/Math/MathML namespace.
Attributes
Attributes:
- Zero or more:
- Any attribute
Description
This position in a content model can be occupied by any element in the MathML namespace.
The Mathematical Markup Language Recommendation from the W3C defines the Mathematical Markup Language, or MathML. MathML is an XML application for describing mathematical notation and capturing both its structure and its content.
A complete description of MathML is outside the scope of this reference.
Attributes
- any attribute
Any attribute including in any attribute in any namespace.
Parents
These elements contain mml:*
: equation
, imagedata
(db.imagedata.mathml), informalequation
, inlineequation
.
Examples
1 <article xmlns='http://docbook.org/ns/docbook' 2 xmlns:mml="http://www.w3.org/1998/Math/MathML"> <title>Example mml-math</title> 4 <informalequation> 6 <mml:math> <mml:msup> 8 <mml:mi>x</mml:mi> <mml:mn>3</mml:mn> 10 </mml:msup> </mml:math> 12 </informalequation> 14 </article>
x3