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="/" name="document">
<html>
<head>
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="PROXY-REVALIDATE" />
but that didn't work.
Any ideas???
Cheers,
ChrisMcD
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="/" name="document">
<html>
<head>
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="PROXY-REVALIDATE" />
but that didn't work.
Any ideas???
Cheers,
ChrisMcD