<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- prevent IE from rendering a DOM tree -->
 <?xml-stylesheet type="text/xsl" href="xhtml.xsl"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Derived from Dean Edwards Tool, described at http://annevankesteren.nl/2004/07/ie-xhtml -->
  <head>
    <title>Mellformed document</title>
  </head>
  <body>
<h1>Not wellformed Document</h1>
<p>This Document is well formed up to this point</p>
<p>Not anymore...
</body>
</html>