This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: M.Kay Examples in AppA: problems with IE5.5


This has to be the most FAQ about msxml
dim x:set x = Server.CreateObject("Microsoft.XMLDOM")
x.async = false;
x.load("somefile")

Ciao Chris

XML/XSL Portal 
http://www.bayes.co.uk/xml


>-----Original Message-----
>From: owner-xsl-list@mulberrytech.com
>[mailto:owner-xsl-list@mulberrytech.com]On Behalf Of Gert Bultman
>Sent: 25 August 2000 16:21
>To: xsl-list@mulberrytech.com
>Subject: M.Kay Examples in AppA: problems with IE5.5
>
>
>I have a problem with running Michael's examples from Appendix A in a
>server environment. When run off the hard disk, things are fine, but
>when I place them on one of our servers, I run into timing problems with
>IE5.5 (running on a fast NT machine):
>
>I get an "data is not yet available for this operation"  error. it seems
>the object.Load actions are done in the  background and that the
>application of the stylesheet comes before both xml and xsl are fully
>loaded. If I put in an alertbox and wait a second or two before clicking
>on it, it works fine.
>
>Any suggestions?
>
>Gert Bultman
>Delft Technical University
>Computer Graphics Dept.
>The Netherlands
>
>
> XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]