<?xml version="1.0" encoding="utf-8"?>
<!-- blah blah-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" >
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>IE cannot find the W3C XHTML DTD (Error 2146697204) | Under My Skin TESTBOX</title>
<style type="text/css">
	html, body {
		font: 11pt Arial, sans-serif;
	}
	
	body {
		padding: 0.5em 10%;
	}
	
	h1 {
		font-size: 1.6em;
	}
	h2 {
		font-size: large;
	}
	a {
		text-decoration: none;
		color: rgb(117, 79, 43);
	}
	a:hover {
		text-decoration: underline;
	}
	td {
		padding-right: 2em;
	}
	
</style>
</head>
<body>

	<h1>IE cannot find the W3C XHTML DTD (Error 2146697204)</h1>
	
	<p>
		If you see this text, apparently the error that was 
		<a href="http://stackoverflow.com/questions/1572362/ie-cannot-find-the-w3c-xhtml-dtd-error-2146697204">described here</a> does not occur in this setup.
	</p>
	<p>
		To see how my server is configured, you can use Firefox with Firebug, or
		any HTTP sniffer tool (like Wireshark). But it's easier if I just tell you:
		the page is served as text/html and that's it.
	</p>
	<p>
		Loading this page locally from disk works for me, but it depends a bit 
		how your file extensions are configured.
	</p>
</body>
</html>
