<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="pmathml.xsl"?>
<html xmlns="http://www.w3.org/1999/xhtml"
  xmlns:mml="http://www.w3.org/1998/Math/MathML">
<head>
<script type="text/javascript" src="ASCIIMathML.js"></script>
<title>ASCIIMathML sample page</title>
</head>
<body onload="translate()">

<h2>ASCIIMathML.js sample page</h2>

<p>
Remember to surround formulas with left-quotes or \$-signs: 
`sum_(i=1)^n i=(n(n+1))/2` and $int_0^(pi/2) sinx\ dx=1$.
</p>

<p>
Note: this page uses relative links to ASCIIMathML.js and pmathml.xsl, 
so these files should be in the same folder as this file.
</p>

</body>
</html>