a link to a list of valid minimal documents on the validator page

I think that would be quite useful, for all sorts of documents, so HTML, 
XML, XHTML, etc. SVG, Frames/Strict/Transitional.
Something like below for HTML 4.01



<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>

<head>
<title>title that usually goes to the title bar of the browser</title>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
</head>

<body>

Here goes the content

</body>
</html>

Received on Monday, 6 October 2003 12:43:27 UTC