<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet href="first-child.css" type="text/css"?>
<!-- compliance patch for microsoft browsers -->
<!--[if lt IE 7]><html:script src="../ie7-standard.js" type="text/javascript"></html:script><![endif]-->
<!-- dean.edwards/2004 -->
<!-- keeping code tidy! -->
<my:root xmlns:my="http://dean.edwards.name/space">
	<my:h1>IE7</my:h1>
	<my:h2>:first-child</my:h2>
	<my:test>
		<my:child>first-child</my:child>
		<my:child>overlooked middle-child</my:child>
		<my:child>last-child</my:child>
	</my:test>
</my:root>
