<?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>

<span class="Small">MathML generated by <a href="http://www.mathtoweb.com">MathToWeb</a></span><br/>
<span class="Small">A MathML example displaying "dots with integrals".</span><br/>
<br/>

<!-- (your Latex) $\int_{K_1} \int_{K_2} \dotsi \int_{K_n}$ -->
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
	<mstyle displaystyle="true">
		<munder>
			<mo>&int;</mo>
			<mrow>
				<msub>
					<mi>K</mi>
					<mn>1</mn>
				</msub>
			</mrow>
		</munder>
	</mstyle>
	<mstyle displaystyle="true">
		<munder>
			<mo>&int;</mo>
			<mrow>
				<msub>
					<mi>K</mi>
					<mn>2</mn>
				</msub>
			</mrow>
		</munder>
	</mstyle>
	<mo>&ctdot;</mo>
	<mstyle displaystyle="true">
		<munder>
			<mo>&int;</mo>
			<mrow>
				<msub>
					<mi>K</mi>
					<mi>n</mi>
				</msub>
			</mrow>
		</munder>
	</mstyle>
</mrow>
</math>

<span style="padding-left:3em;"></span>
<span class="latex"><code>$\int_{K_1} \int_{K_2} \dotsi \int_{K_n}$</code></span><span style="padding-left:3em;"></span>("dots with integrals")

<br/>

<code>
<pre>

&lt;math xmlns="http://www.w3.org/1998/Math/MathML"&gt;
&lt;mrow&gt;
	&lt;mstyle displaystyle="true"&gt;
		&lt;munder&gt;
			&lt;mo&gt;&amp;int;&lt;/mo&gt;
			&lt;mrow&gt;
				&lt;msub&gt;
					&lt;mi&gt;K&lt;/mi&gt;
					&lt;mn&gt;1&lt;/mn&gt;
				&lt;/msub&gt;
			&lt;/mrow&gt;
		&lt;/munder&gt;
	&lt;/mstyle&gt;
	&lt;mstyle displaystyle="true"&gt;
		&lt;munder&gt;
			&lt;mo&gt;&amp;int;&lt;/mo&gt;
			&lt;mrow&gt;
				&lt;msub&gt;
					&lt;mi&gt;K&lt;/mi&gt;
					&lt;mn&gt;2&lt;/mn&gt;
				&lt;/msub&gt;
			&lt;/mrow&gt;
		&lt;/munder&gt;
	&lt;/mstyle&gt;
	&lt;mo&gt;&amp;ctdot;&lt;/mo&gt;
	&lt;mstyle displaystyle="true"&gt;
		&lt;munder&gt;
			&lt;mo&gt;&amp;int;&lt;/mo&gt;
			&lt;mrow&gt;
				&lt;msub&gt;
					&lt;mi&gt;K&lt;/mi&gt;
					&lt;mi&gt;n&lt;/mi&gt;
				&lt;/msub&gt;
			&lt;/mrow&gt;
		&lt;/munder&gt;
	&lt;/mstyle&gt;
&lt;/mrow&gt;
&lt;/math&gt;

</pre>
</code>

</body>
</html>
