<?xml version="1.0" encoding="utf-8"?>

<!-- It seems the below code is required to display greek chars like &mu; , &nbsp; etc. -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN"
"http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd" [
      <!ENTITY mathml "http://www.w3.org/1998/Math/MathML">
   ]>

<html xmlns="http://www.w3.org/1999/xhtml">

<head>
	<title>MathToWeb (MathML example)</title>
	<link rel="stylesheet" href="./../../css/mathtoweb_web.css" type="text/css" />
	<link rel="shortcut icon" href="./images/mathtoweb16x16.ico" />
</head>

<body>

<p class="Small">MathML generated by <a href="http://www.mathtoweb.com">MathToWeb</a><br/>
A MathML example displaying an indefinite double integral.
</p>

<p>
<!-- begin MathToWeb -->
<!-- (your LaTeX) $\iint f(x,y) \;\, dx \, dy$ -->
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
	<mstyle displaystyle="true">
		<mrow>
			<mo>&int;</mo>
			<mo>&int;</mo>
		</mrow>
	</mstyle>
	<mi>f</mi>
	<mrow>
		<mo maxsize="1.00em">(</mo>
		<mi>x</mi>
		<mo>,</mo>
		<mi>y</mi>
		<mo maxsize="1.00em">)</mo>
	</mrow>
	<mspace width="0.278em" />
	<mspace width="0.167em" />
	<mo>&dd;</mo>
	<mi>x</mi>
	<mspace width="0.167em" />
	<mo>&dd;</mo>
	<mi>y</mi>
</mrow>
</math>
<!-- end MathToWeb -->

<span style="padding-left:3em;"></span>
<span class="latex"><code>\iint f(x,y) \;\, dx \, dy</code></span>
</p>

<p>

<code>
<pre>

&lt;math xmlns="http://www.w3.org/1998/Math/MathML"&gt;
&lt;mrow&gt;
	&lt;mstyle displaystyle="true"&gt;
		&lt;mrow&gt;
			&lt;mo&gt;&amp;int;&lt;/mo&gt;
			&lt;mo&gt;&amp;int;&lt;/mo&gt;
		&lt;/mrow&gt;
	&lt;/mstyle&gt;
	&lt;mi&gt;f&lt;/mi&gt;
	&lt;mrow&gt;
		&lt;mo maxsize="1.00em"&gt;(&lt;/mo&gt;
		&lt;mi&gt;x&lt;/mi&gt;
		&lt;mo&gt;,&lt;/mo&gt;
		&lt;mi&gt;y&lt;/mi&gt;
		&lt;mo maxsize="1.00em"&gt;)&lt;/mo&gt;
	&lt;/mrow&gt;
	&lt;mspace width="0.278em" /&gt;
	&lt;mspace width="0.167em" /&gt;
	&lt;mo&gt;&amp;dd;&lt;/mo&gt;
	&lt;mi&gt;x&lt;/mi&gt;
	&lt;mspace width="0.167em" /&gt;
	&lt;mo&gt;&amp;dd;&lt;/mo&gt;
	&lt;mi&gt;y&lt;/mi&gt;
&lt;/mrow&gt;
&lt;/math&gt;

</pre>
</code>

</p>

</body>
</html>

