<?xml version="1.0"?>

<?xml-stylesheet type="text/xsl" href="mathml.xsl"?>

<!-- Use this line if you haven't copied the files to your own server
<?xml-stylesheet type="text/xsl" href="http://www.w3.org/Math/XSL/mathml.xsl"?>
-->

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
  <title>Universal Style Sheet Test</title>
  </head>
  
  <body>
  
    <h1>Example</h1>
	
	This should display a beautiful square root of the quantity &#160;<i>x</i>+3&#160;!<br/>
	<br/>
	Your document must be a valid XHTML document, which is <i>much</i> more stringent
	than an HTML document.<br/>
	So, start learning XHMTL!<br/>
	<br/>
   
    <math xmlns="http://www.w3.org/1998/Math/MathML">
	<mrow>
      <msqrt><mrow><mi>x</mi><mo>+</mo><mn>3</mn></mrow></msqrt>
    </mrow>
	</math>
	
  </body>
</html>

