<?xml version="1.0"?>
<?xml-stylesheet type="application/xml" href="xhtml.xml"?>
<!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>
 <title>'application/xml' in Internet Explorer</title>
 <style type="text/css">body{background:lime;color:black}</style>
</head>
<body>
 <p>A small test to see how IE handles <code>application/xml</code>. Note that Internet Explorer is always in quirks mode when it is in XML mode.</p>
 <p>The above and this paragraph should have a green background. The rest of the screen should have the default background color.</p>
</body>
</html>
