RE: [xsl] Problem solution with IE5.5

Subject: RE: [xsl] Problem solution with IE5.5
From: "Fran" <franciscojose@xxxxxxxxxxx>
Date: Fri, 9 May 2003 19:13:25 +0200
I see the code for the last version and you have to change the id, classid
and version but I don't try it yet.
But I don't understand why the code shows me always the dialog box to
install the XML Parser.

Thanks

-----Mensaje original-----
De: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]En nombre de Shenan
Hawkins
Enviado el: viernes, 09 de mayo de 2003 17:58
Para: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Asunto: RE: [xsl] Problem solution with IE5.5



I like your solution below for using a Redistributable CAB File.  Your
<object> element code is for MSXML3.  Do you know what the code would be
for the newer MSXML 4.0 SP-2 Redistributable? (
http://www.microsoft.com/downloads/details.aspx?FamilyId=3144B72B-B4F2-4
6DA-B4B6-C5D7485F2B42&displaylang=en )  I'd like to try the same thing
that you are doing, except with the latest version.


Thanks!

Shenan



-----Original Message-----
From: Fran [mailto:franciscojose@xxxxxxxxxxx]
Sent: Friday, May 09, 2003 11:33 AM
To: XSL List
Subject: [xsl] Problem solution with IE5.5


Hi, I wrote yesterday because I had problems transforming XSLT in some
IE clients that use IE 5.5 with only the first version of MSXML parser
(msxml.dll). I used MSXML2.FreeThreadedDOMDocument in Javascript.
Yesterday I tryed to found a good solution for these clients and I tryed
to perform the transformation with MSXML.DOMDocument but I need to pass
parameters like (addparameter function) and I found that I can't (or I
don't know how to pass them). Then I tryed to found a good solution to
update only the IE without the new parser and I found the MSXML 3.0 .cab
File Redistribution Package, I include the following code in my page and
it shows me the XML parser install dialog on the clients that haven't
MSXML 3 (msxml.dll) installed and after the XSLT transformation works
fine. The only "problem" is that he always ask to install the XML
parser(the dialog always shows me). Clients with an updated version of
MSXML (IE 6) for eg. don't show the dialog. I see that File
Redistribution Package install msxml3.dll in side-by-side mode. Can be
this the problem? Anyone knows a solution for this? I wan't to make work
my clients so I find I code solution for this. Not a client work
solution.

Thanks a lot!! Urgent!! Another different solution is welcome too!

My code is:

<object id="MSXML3" classid="clsid:f5078f32-c551-11d3-89b9-0000f81fe221"
codebase="msxml3.cab#version=8,20,8730,4"
type="application/x-oleobject"
STYLE="display: none">
</object>



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


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



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


Current Thread