<?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="http://www.mathtoweb.com/css/mathtoweb_web.css" type="text/css" />
	<link rel="shortcut icon" href="http://www.mathtoweb.com/images/mathtoweb16x16.ico" />
</head>

<body>

<p class="Small">MathML generated by <a href="http://www.mathtoweb.com">MathToWeb</a><br/>
A MathML example displaying a square root.
</p>

<p>
<!-- begin MathToWeb -->
<!-- (your Latex) $\sqrt{\frac{1-\delta_n}{N}}$ -->
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
	<msqrt>
		<mrow>
			<mfrac linethickness="1">
				<mrow>
					<mn>1</mn>
					<mo>-</mo>
					<msub>
						<mi>&delta;</mi>
						<mi>n</mi>
					</msub>
				</mrow>
				<mi>N</mi>
			</mfrac>
		</mrow>
	</msqrt>
</mrow>
</math>
<!-- end MathToWeb -->

<span class="triple-spacer"></span>
<span class="latex"><code>$\sqrt{\frac{1-\delta_n}{N}}$</code></span>
</p>

<p>

<code>
<pre>

&lt;math xmlns="http://www.w3.org/1998/Math/MathML"&gt;
&lt;mrow&gt;
	&lt;msqrt&gt;
		&lt;mrow&gt;
			&lt;mfrac linethickness="1"&gt;
				&lt;mrow&gt;
					&lt;mn&gt;1&lt;/mn&gt;
					&lt;mo&gt;-&lt;/mo&gt;
					&lt;msub&gt;
						&lt;mi&gt;&amp;delta;&lt;/mi&gt;
						&lt;mi&gt;n&lt;/mi&gt;
					&lt;/msub&gt;
				&lt;/mrow&gt;
				&lt;mi&gt;N&lt;/mi&gt;
			&lt;/mfrac&gt;
		&lt;/mrow&gt;
	&lt;/msqrt&gt;
&lt;/mrow&gt;
&lt;/math&gt;

</pre>
</code>

</p>

</body>
</html>
