<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/css" href="xml-styling.css" ?>
<!DOCTYPE miao [
	<!ELEMENT miao (box*)>
	<!ELEMENT box (#PCDATA)>
]>

<miao>

<box>
This page is an XML test. It is served with a text/xml mime type, to all including IE. Styling, attached with '?xml-stylesheet type="text/css" ...', works. IE seems to inevitably switch to 'quirks document mode', and seems to add an external root element.
</box>

</miao>
