I have some very simple xml and xslt documents, which render in IE8 in quirks mode. However, I can't seem to turn it off. Adding
<meta http-equiv="x-ua-compatible" content="IE=edge" />
seems to have no effect.
Is it possible to make it display in IE8 Standards mode?