xsl-list
[Top] [All Lists]

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

2003-02-16 11:40:45
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(_at_)lists(_dot_)mulberrytech(_dot_)com
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com] On Behalf Of 
Shenan
Hawkins
Sent: Donnerstag, 13. Februar 2003 17:58
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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



<Prev in Thread] Current Thread [Next in Thread>