xmlns:mml

MathML Namespace Declaration

This is not an attribute, but the namespace pseudo-attribute. The value provides a prefix to use for the MathML elements. All namespace prefixes must be associated with a URL, and the prefix “mml” has been set to the URL for the World Wide Web Consortium (W3C) MathML Tag Set. The same URL is the same for both MathML 2.0 and MathML 3.0.

Used on Elements: <article>, <mml:math>

ValueMeaning
http://www.w3.org/1998/Math/MathMLThe prefix “mml” has been set to the URL for the W3C MathML Tag Set.
Restriction@xmlns:mml has a fixed value which may not be changed in the document.

Example


<article
  xmlns:mml="http://www.w3.org/1998/Math/MathML"
  xmlns:xlink="http://www.w3.org/1999/xlink"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  article-type="research-article"
  dtd-version="1.1"
  specific-use="migrated"
  xml:lang="en">
<front>...</front>
<body>...</body>
<back>...</back>
</article>