Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XSL Cache Control

Status
Not open for further replies.

ChrisMcD

Programmer
Joined
Nov 8, 2001
Messages
5
Location
GB
Hi all,

I'm having a bit of a problem with XSL caching on a proxy, we are using ie5 for our xslt with dynamic xml generation through a j2ee application. We are in the middle of some off-site testing but we have a problem getting any of our xsl updates implemented.

We tried this,

<xsl:template match=&quot;/&quot; name=&quot;document&quot;>
<html>
<head>
<META HTTP-EQUIV=&quot;CACHE-CONTROL&quot; CONTENT=&quot;PROXY-REVALIDATE&quot; />

but that didn't work.

Any ideas???

Cheers,
ChrisMcD
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top