Subject: RE: Problem with IExplorer 5.5 and IExplorer 6.0 using Microsoft.XMLDOM
From: Américo Albuquerque <aalbuquerque@xxxxxxxxxxxxxxxx>
Date: Thu, 24 Apr 2003 17:57:39 +0100
|
Hi
> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of
> Amargos Carreras, Albert
> Sent: Thursday, April 24, 2003 3:59 PM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: 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
|