Note that there are some explanatory texts on larger screens.

plurals
  1. POIs there a way for an XML file to tell IE10 to use compatibility view?
    primarykey
    data
    text
    <p>I have the following local XML file (not served by a web server), which contains an embedded style block :</p> <pre><code>&lt;?xml version="1.0" encoding="UTF-8"?&gt; &lt;?xml-stylesheet href="#style" type="text/css"?&gt; &lt;bitext version="1.2"&gt; &lt;st id="style"&gt; none { } bitext { font-family: Arial; } title { position: fixed; width: 100%; display: block; font-size: 10pt; font-weight: bold; text-align: center; color: #fff; background-color: #0082b8; padding: 5px; margin-bottom: 10px; } st { display: none; } segments { margin: 5px; margin-top: 30px; display: table; font-size: 10pt; } seg { display: block; clear: both; margin: 0; padding: 0; height: 6px; } src { float: left; margin: 0; width: 48%; padding: 6px; vertical-align: middle; border-top: 1px solid #ddd; } tgt { float: right; margin: 0; width: 48%; padding: 6px; vertical-align: middle; border-top: 1px solid #ddd; } &lt;/st&gt; &lt;meta&gt; &lt;title&gt;Document Title&lt;/title&gt; &lt;/meta&gt; &lt;segments&gt; &lt;seg&gt; &lt;src&gt;&lt;b&gt;Sample-e.doc&lt;/b&gt;&lt;/src&gt; &lt;tgt&gt;&lt;b&gt;Sample-f.doc&lt;/b&gt;&lt;/tgt&gt; &lt;/seg&gt; &lt;seg match="1-1" id="1"&gt; &lt;src&gt;Sample sentence&lt;/src&gt; &lt;tgt&gt;Phrase d'exemple&lt;/tgt&gt; &lt;/seg&gt; &lt;/segments&gt; &lt;/bitext&gt; </code></pre> <p>This XML file displays properly, with expected styling, in IE8 but requires Compatibility View to display correctly in IE10.</p> <p>Is there a way to tell IE10 to use Compatibility View IN THE XML? I know I can force Compatibility View in "Tools", "Compatibility View settings" or with "Tools", "F12 developer tools", but I would much prefer to have a seamless solution...</p> <p>Searching the web, I'm having a hard time finding information about such embedded style in XML (maybe it's a hint that we shouldn't use it...). Tried <code>&lt;meta http-equiv="X-UA-Compatible" content="IE=9" /&gt;</code>, but obviously XML doesn't like it.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload