ZVON > References > MathML Reference

Go to Standard
Element:mspace
Attributes:class | depth | height | id | linebreak | other | style | width | xlink:href | xref |
Parents:apply | bvar | ci | cn | condition | csymbol | declare | degree | domainofapplication | fn | interval | lambda | list | logbase | lowlimit | maction | math | matrix | matrixrow | menclose | merror | mfenced | mfrac | mlabeledtr | mmultiscripts | momentabout | mover | mpadded | mphantom | mroot | mrow | msqrt | mstyle | msub | msubsup | msup | mtable | mtd | mtr | munder | munderover | otherwise | piece | reln | semantics | set | uplimit | vector |

Examples:

XHTML documentMathML Source
---
<msup>
     <mi> x </mi>
     <malignmark edge="right"/>
     <mn> 2 </mn>
</msup>
XHTML documentMathML Source
---
<msup>
     <mrow>
          <mi> x </mi>
          <malignmark edge="right"/>
     </mrow>
     <mn> 2 </mn>
</msup>