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")


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@lists.mulberrytech.com
> [mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Bruce Gagnon
> Sent: Saturday, August 17, 2002 3:11 PM
> To: xsl-list@lists.mulberrytech.com
> 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


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