<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/css" href="twocolsS2xpi2_css.php?cw=700&amp;lw=200&amp;bw=8" ?>
<miao>

<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 type="text/css"</code>, works. There is no html, this is not an html document (links, images do not work). IE seems to inevitably switch to 'quirks document mode', seems to add an external root element, 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>

</miao>

