Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7957821
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T04:19:14+00:00 2026-06-04T04:19:14+00:00

IE9 applies MSXML6 by default, where IE8 applies MSXML3. The fact that certain functionalities

  • 0

IE9 applies MSXML6 by default, where IE8 applies MSXML3. The fact that certain functionalities are off by default in MSXML6 causes trouble, in particular when loading pages like

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="test.xsl"?>
<root>...</root>

where the xslt stylesheet referred to applies embedded javascript (for example, custom extension functions).

It is possible to set DOM xslt properties in script code, for instance in Jscript:

var xsltDoc = new ActiveXObject("Msxml2.DOMDocument.6.0");
xsltDoc.setProperty("AllowXsltScript", true);
xsltDoc.loadXML(xsltfile);

But when loading the file supplied above, IE9 loads the xslt file automatically, with default property values. And this results in a striking difference with IE8: IE8 will load the page flawlessly, but IE9 throws an error because of the default MSXML6 DOM objects property “allow xslt scripting = false”. This is not true – see my answer below. The remainder of the question is thus insignificant

How can I trigger IE9 to load the file above and still allow running scripts in the xslt?

Note: I already tried the Internet Options/Security/Custom level…/Scripting/Active Scripting = Enable as suggested on msdn, but that setting was already correct.

I am hoping there is a specific IE9 processing instruction available but I guess there isn’t. But maybe thre is a special stylesheet attribute that cooperates with IE9 xslt loading.
The concluson may also be that this is only possible by running a script on a main html file, where no automatic loading is done, but XML and XSLT are loaded into specified DOM objects with specified properties (like AllowXsltScript), and the output of the transformation is then loaded into the browser explicitly.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T04:19:15+00:00Added an answer on June 4, 2026 at 4:19 am

    I was misguided. First, it’s not IE security settings that trigger quirks mode; it’s the (missing) doctype. Secondly, as can be seen in xslt8690-xslt-processing-failed, the real reason for not triggering quirks for a local file is a non-zone-related IE9 security setting.

    So the DOM setting plays no role whatsoever – when IE loads xml or xslt the allowXsltScript property seems to be automatically set to true.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Magento checkout broken in IE9 and IE8 for that matter When testing our checkout
when I set the browser mode in IE9 to IE8, does that mean, it
IE9 has this ridiculous blue arrow that's rendered any time the browser window has
In IE9, the numeric keys of object properties are sorted and that results in
I made an extension for IE9 that adds a toolbar button. The registration looks
I am finding that in IE9 even for a simple act like clicking a
I have an mvc3 website that is not styling correctly in IE9 when I
I noticed that adding in styles w/ jQuery in IE9 works fine however this
On IE8 (not on IE9 or Safari) I get an error this.text_array is null
This page says that IE9 and Opera 11.6 support the context-menu cursor on Windows,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.