Thanks, but is there any way to check if the MSXML v. 4 is installed and if
not, is there any way to install the latest version with a silent
installation? I want to do this inside my page before transforming.
If I can't install MSXML v. 4 because I have to "disturb" the clients and I
have to use the old version of MSXML using Microsoft.XMLDOM, can I pass
parameters with the same way as :
"XSLTProcessor.addParameter('RecordsPerPage', MaxPerPage)".??
Also I work with PHP but I never have made a tranformation with. Anybody
Knows if server side transformation can be a good possibility?
-----Mensaje original-----
De: owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com]En nombre de Ben
Robb
Enviado el: jueves, 08 de mayo de 2003 17:26
Para: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Asunto: RE: [xsl] XSL Problem with IE
Install MSXML v. 4
Or use the old (4.5 year old - is it really that long ago?) dialog of
XSLT that the IE browser uses by default, in which case you have to use
Microsoft.XMLDOM in your activeX control.
Basically, the MSXML2.FreeThreadedDOMDocument is a call to execute some
code held within a file called a dll. (msxml3.dll or msxml4.dll
depending on what version). If the dll doesn't exist on the user's
computer, then it obviously can't be executed...
Rgs,
Ben
-----Original Message-----
From: Fran [mailto:franciscojose(_at_)tesipro(_dot_)com]
Sent: 08 May 2003 16:08
To: XSL List
Subject: [xsl] XSL Problem with IE
I have some problems with an XSL transformation in IE5.5 .
The clients with this problem have only MSXML version and I call the
MSXML2 version and the clients don't want to update to the latest
version.(I'm trying to call the transformation trougth Javascript like :
new
ActiveXObject("Msxml2.FreeThreadedDOMDocument"))
How I can solve this problem or what's the best way to solve the
problem?
Thanks a lot!! Very urgent.
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