<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="fixMe.xsl"?>
<?xml-stylesheet type="text/css" href="test.css"?>
<!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" xml:lang="en"> 
	
	<head>
		<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
		<meta name="robots" content="index,follow" />
		<title>Simple Example</title>
		<script type="text/javascript" src="IEXmlTest.js"></script>
	</head>
<body id="DIGEST">
	<h1>Heading 1</h1>
	<h2>Headine 2</h2>
	<h3>Headine 3</h3>
	<h4>Headine 4</h4>
	<h5>Headine 5</h5>
	<h6>Headine 6</h6>

	<p>This is a paragraph with some <strong>bold text</strong> and <em>Italized text</em></p>
	<br />
	<br /> Double Line Break
	<blockquote>
		<p>a Block quote</p>
		<div><cite>a citation</cite></div>
	</blockquote>
	<dl>
		<dt>Foo</dt>
		<dd>Definition of Foo</dd>
	</dl>	
	<ol>
		<li>Point #1</li>
		<li>Point #2
			<ul>
				<li>List Item</li>
				<li>Another list Item</li>
			</ul>
		</li>
	</ol>
</body>
</html>