Embedding MathML


Usage of embed:

<embed src="mmls/mixExample.mml" height="60" width="110" />
			

Alternative should be object:

<object type="application/mathml+xml" src="mmls/mixExample.mml"
   height="60" width="110"></object>