RE: [xsl] embedded xslt with xsl:include crashes IE6 browser

Subject: RE: [xsl] embedded xslt with xsl:include crashes IE6 browser
From: "Robert Koberg" <rob@xxxxxxxxxx>
Date: Sun, 2 Mar 2003 06:48:16 -0800
Hi,

You need to ensure the files are downloaded. You can do this with the
DOMDocument's readtState property. Also make sure the async property is set to
false. And yes, you have to use the http:// path (or relative). You can't use
file://

best,
-Rob

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Joe Meree
> Sent: Sunday, March 02, 2003 6:16 AM

> J., thanks for your response.  Launching it locally, I've tried just the
> file name and I've tried "file://..." but I'm not sure if I got the syntax
> right.  I've also tried serving the file from tomcat with just a file name
> and with a fully-qualified URL (http://localhost:8080... and neither case
> worked.  Do you have any other ideas?
> Joe
>



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


Current Thread