RE: [xsl] MSIE - XSL transform -> .innerHTML; images not caching

Subject: RE: [xsl] MSIE - XSL transform -> .innerHTML; images not caching
From: "Ilya Khandamirov" <ikh@xxxxxxxxxxx>
Date: Sun, 16 Feb 2003 19:40:45 +0100
I've seen this problem. To be able to cache images i had to throw
client-side XSLT away and code the XML->HTML transformations in pure
JavaScript.


Regards,
Ilya


-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Shenan
Hawkins
Sent: Donnerstag, 13. Februar 2003 17:58
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] MSIE - XSL transform -> .innerHTML; images not caching



I'm having a problem with MSIE not caching images that are produced in
the following way:

1) Load .xml
2) Load .xsl
3) Transform .xml via .xsl into some html
4) Display this transform in IE by using the .innerHTML property of an
element


The big problem I seem to be running into is that if there are any
images (for instance:

<img alt="" src="doodle.gif" />
<img alt="" src="doodle.gif" />
<img alt="" src="doodle.gif" />

MSIE is sending a request to our IIS server for EACH of those images
above (3x requests)

Shouldn't it only send the one request, and use the cached image
instead?



TIA,
	Shenan

 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