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

Subject: RE: [xsl] netscape vs IE in document.load("mydoc.xsl")
From: "Kimberly Hahn" <Kimberly.Hahn@xxxxxxxxxx>
Date: Mon, 19 Aug 2002 11:37:53 -0500
You are setting it correctly to wait until the load is finished before
continuing execution (async=false).
Where are you setting this property to false?
You need to make sure that you set it to false BEFORE the
document.load("mydoc.xsl"); line of code.  Setting it after the fact does
not help.

> -----Original Message-----
>
> 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


Current Thread