Re: [xsl] Error in XPath expression with IE

Subject: Re: [xsl] Error in XPath expression with IE
From: "Joe Fawcett" <joefawcett@xxxxxxxxxxx>
Date: Thu, 17 Mar 2005 07:33:41 -0000
----- Original Message ----- From: "Antsnio Mota" <amsmota@xxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Tuesday, March 15, 2005 6:08 PM
Subject: Re: [xsl] Error in XPath expression with IE



Right, i forgot about

xmlDoc.setProperty("SelectionLanguage", "XPath");

That solves everithing. Oh well, i just have the chance to write a
piece of scrap anyhow...

You also have to make sure the version 3 parser is invoked. To be absolutely certain you need to use the line:
var xmlDoc = new ActiveXObject("msxml2.domdocument.3.0");
rather than either this line:
var xmlDoc = new ActiveXObject("microsoft.xmldom");
or by using a data island.


Joe

Current Thread