<?xml version="1.0" encoding="UTF-8"?>
<!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">
<!ATTLIST maction id ID #IMPLIED>
]>
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:html="http://www.w3.org/1999/xhtml">
<head>
<title>ajft: MathML test</title>
<link rev="made" href="mailto:ajft@ajft.org" />
<meta name="author" content="Adrian Tritschler" />
<link rel="stylesheet" href="/lib/ajft.css" type="text/css" />
</head>
<body>
<div id="content">

<div id="title">
<h1>MathML test</h1>
</div>

<div id="menu">
<div id="menusitelinks" class="menus">
<strong>Site Links</strong>
<p>
<a href="/">ajft.org</a><br />
<a href="/ajft">ajft</a><br />
<a href="/about">about</a>
</p>
<strong>Local Links</strong>
<p>
</p>
<strong>External Links</strong>
<p>
</p>

</div> <!-- menusitelinks" -->

<div id="menufooter" class="menus">
<address><a href="mailto:ajft@ajft.org">ajft@ajft.org</a></address>
<!-- Created: Mon Mar 19 16:13:27 EST 2001 -->
<!-- hhmts start -->
Last modified: Thu Mar 14 17:54:25 GMT 2002
<!-- hhmts end -->
</div> <!-- menufooter -->
</div> <!-- menu -->

<p>Time to test MathML</p>

<p>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<mi>E</mi>
<mo>=</mo>
<mi>m</mi>
<msup>
<mi>c</mi>
<mn>2</mn>
</msup>
</mrow>
</math>
</p>

<p>
<?php
  print "Hello World\n";
?>
</p>
</div>
</body>
</html>

