Note that there are some explanatory texts on larger screens.

plurals
  1. POIE9 rendering of XML/XSLT fails with error XSLT8690
    primarykey
    data
    text
    <p>I have a webpage that is served as XML/XSL file pair. With IE9 - Version 9.0.8112.16421. Update Versions: 9.0.10 (KB2744842) the rendering fails on Windows 2008 R2</p> <p><img src="https://i.stack.imgur.com/Nvfcz.png" alt="enter image description here"></p> <p>In the script console I see the following message:</p> <pre><code>XSLT8690: The download of the specified resource has failed </code></pre> <p>But in the web server logs I see the XSLT file being downloaded.</p> <p>Enabling Compatibility View seems to solve the rendering problem.</p> <p>Same browser version on Windows 7 (64-bit) renders without problems even if compatibility view is off.</p> <p>With HTTP it works fine, only failing with HTTPS.</p> <p>Because of this I tried other things: import the certificate, import the CA root certificate, add a HTTP header X-UA-Compatible with IE=IE7, IE=EmulateIE7.</p> <p>Using IE Developer Tools (aka F12) I captured the network. This is the export for the failing system:</p> <pre><code>URL Method Result Type Received Taken Initiator Wait?? Start?? Request?? Response?? Cache read?? Gap?? https://antares/cgi_bin/SystemInfo/start GET 200 text/xml 7.29 KB 94 ms refresh 0 16 46 32 0 20 /cgi_bin/SystemInfo/systeminfo.xsl (Aborted) text/xsl 65 B 16 ms (Pending...) 62 16 0 0 0 36 /cgi_bin/SystemInfo/systeminfo.xsl (Aborted) text/xsl 65 B &lt; 1 ms (Pending...) 78 0 0 0 0 36 </code></pre> <p>And the working one:</p> <pre><code>URL Method Result Type Received Taken Initiator Wait?? Start?? Request?? Response?? Cache read?? Gap?? https://antares/cgi_bin/SystemInfo/start GET 200 text/xml 7,29 KB 78 ms click 0 0 0 31 0 107 /cgi_bin/SystemInfo/systeminfo.xsl GET 200 text/xsl 6,84 KB 16 ms 62 0 0 16 0 107 /cgi_bin/SystemInfo/style.css GET 200 text/css 1,50 KB 15 ms &lt;link rel="stylesheet" /&gt; 78 0 15 0 0 92 /cgi_bin/SystemInfo/color.css GET 200 text/css 0,66 KB 15 ms &lt;link rel="stylesheet" /&gt; 78 15 0 0 0 92 </code></pre>
    singulars
    1. This table or related slice is empty.
    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