You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2008/02/11 23:13:06 UTC

svn commit: r620636 - /lenya/trunk/src/webapp/lenya/xslt/modules/modules2include.xsl

Author: andreas
Date: Mon Feb 11 14:13:03 2008
New Revision: 620636

URL: http://svn.apache.org/viewvc?rev=620636&view=rev
Log:
Don't use fallback for module includes to enable caching.

Modified:
    lenya/trunk/src/webapp/lenya/xslt/modules/modules2include.xsl

Modified: lenya/trunk/src/webapp/lenya/xslt/modules/modules2include.xsl
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/xslt/modules/modules2include.xsl?rev=620636&r1=620635&r2=620636&view=diff
==============================================================================
--- lenya/trunk/src/webapp/lenya/xslt/modules/modules2include.xsl (original)
+++ lenya/trunk/src/webapp/lenya/xslt/modules/modules2include.xsl Mon Feb 11 14:13:03 2008
@@ -34,9 +34,7 @@
 
   <xsl:template match="lenya:module">
     <xsl:if test="not(preceding-sibling::lenya:module[@name = current()/@name])">
-      <i:include src="cocoon:/menu-xml/module/{@name}.xml" strip-root="true">
-        <i:fallback/>
-      </i:include>
+      <i:include src="cocoon:/menu-xml/module/{@name}.xml" strip-root="true"/>
     </xsl:if>
   </xsl:template>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org