<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="twocolsS2xpi_css.php?cw=700&amp;lw=200&amp;bw=8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <!-- assenza xmlns fa danni a Fx -->
<head>
<title>XML mime type test</title>
</head>

<body>
<div class="wrapper">

<div class="header">
	<h1>XML mime type test</h1>
	<ul>
		<li><a href="">link uno</a></li>
		<li><a href="">link due</a></li>
		<li><a href="">link tre</a></li>
		<li><a href="">link quattro</a></li>
		<li><a href="">link cinque</a></li>
		<li><a href="">link sei</a></li>
		<li><a href="">link otto eight otto eight otto eight</a></li>
		<li><a href="./">CSS tests home</a></li>
	</ul>
</div>

<div class="outer">
	<div class="center">
		<h2>First in source</h2>
		<p><img class="ri" src="/test/minim.jpg" alt="" />This right col is first in the source and is floated right. The left col (second in source) is floated left in the same wrapper.
		</p>
		<h3>Purpose of this page</h3>
		<p>This page is an <strong>XML</strong> test. It is served with a <strong>text/xml</strong> mime type, to all including IE. Styling, attached with <code>?xml-stylesheet</code>, works. IE seems to inevitably switch to 'quirks document mode', and has some limitations.</p>
	</div>
	<div class="left">
		<h2>Second in source</h2>
		<p><img class="li" src="/test/minim.jpg" alt="" />This left col is left floated and also negatively margined to the left, so it is pulled out of its container.</p>
		<ul>
			<li><a href="">link uno</a></li>
			<li><a href="">link due</a></li>
			<li><a href="">link tre</a></li>
			<li><a href="">link quattro</a></li>
			<li><a href="">link cinque</a></li>
			<li><a href="./">CSS tests home</a></li>
		</ul>
	</div>
</div>

<div class="footer">
	<p>footer</p>
</div>

</div>
</body>

</html>
