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]
Other format: [Raw text]

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


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


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