Jörn Nettingsmeier wrote:
hi everyone!
a very minor issue: when i create a new publication in 1.4, it is not
shown when i get back to the index.html page. after a manual page
reload, it's there.
i would like to try to add a
<meta http-equiv="cache-control" content="no-cache"> to /index.html to
see if it helps, but haven't yet figured out how that url is processed.
adding the following to webapp/lenya/xslt/util/welcome.xsl did not work:
<xsl:template match="lenya:lenya">
<page:page>
<page:title>Apache Lenya - Content Management System</page:title>
<page:meta http-equiv="cache-control" content="no-cache"/>
<page:meta http-equiv="pragma" content="no-cache"/>
You could try
<page:page>
<page:title> ...
<page:head>
<xhtml:meta ... />
See xslt/util/page2xhtml:xsl:
<html>
<head>
...
<xsl:copy-of select="page:head/*"/>
</head>
HTH,
-- Andreas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]