xsl-list
[Top] [All Lists]

RE: Problem with IExplorer 5.5 and IExplorer 6.0 using Microsoft.XMLDOM

2003-04-24 09:57:39
Hi

-----Original Message-----
From: owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com 
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com] On Behalf Of 
Amargos Carreras, Albert
Sent: Thursday, April 24, 2003 3:59 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] Problem with IExplorer 5.5 and IExplorer 6.0 
using Microsoft.XMLDOM



Hi,

 

I am quite new at xsl and xslt. I have a code wich is working 
over WindowsXP and IExplorer 6.0 but it is not over W2000 and 
IExplorer 5.5. I think it is very basic, it is taken from 
Microsoft Web Site, using Microsoft.XMLDOM.

 

It seems that in the former version of IExplorer it is not 
included anything about XSLT, because in the last version it 
is recognised. If you execute start.htm with IE6.0 you have a 
response that you don't have with IE5.5. 

 

Does anyone know why is it happening this? 


That's because in W2000 Microsoft.XMLDOM is bound to msxml2 who doesn't
support xslt.

First You need to install at least msxml3 (See
http://www.bayes.co.uk/xml/index.xml?/xml/utils/instalmsxml.xml)

Then you need to change to replace mode or use MSXML2.DOMDocument instead.

Hope that this helps you



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>