RE: [xsl] netscape vs IE in document.load("mydoc.xsl")

Subject: RE: [xsl] netscape vs IE in document.load("mydoc.xsl")
From: "Kirk Allen Evans" <kaevans@xxxxxxxxxxxxx>
Date: Mon, 19 Aug 2002 06:44:50 -0400
It's the other way around: you *don't* want asynchronous loading, you want
synchronous.  So, set .Async to false.  See the documentation for MSXML [1].


[1]
http://msdn.microsoft.com/library/en-us/xmlsdk/htm/xml_pro_ae_5x0j.asp?frame
=true

Kirk Allen Evans
http://www.xmlandasp.net
"XML and ASP.NET", New Riders Publishing
http://www.amazon.com/exec/obidos/ASIN/073571200X

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Bruce Gagnon
> Sent: Saturday, August 17, 2002 3:11 PM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] netscape vs IE in document.load("mydoc.xsl")
>
>
>
> I am attempting to load an xsl doc using document.load("mydoc.xsl");
>
> I set the xslDoc.async = false but the processing keeps right on going.
> I found somewhere I should
> set the xslDoc.async=true so that processing will not continue until the
> doc is loaded.
> Any ideas on how to control this?
>
> Thanks
>
>
>  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