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/10 22:42:58 UTC

svn commit: r620338 - in /lenya/trunk/src/modules-core/i18n: sitemap.xmap xslt/modules2include.xsl

Author: andreas
Date: Sun Feb 10 13:42:57 2008
New Revision: 620338

URL: http://svn.apache.org/viewvc?rev=620338&view=rev
Log:
Load i18n catalogues for publications without <i:fallback/> to enable caching.

Modified:
    lenya/trunk/src/modules-core/i18n/sitemap.xmap
    lenya/trunk/src/modules-core/i18n/xslt/modules2include.xsl

Modified: lenya/trunk/src/modules-core/i18n/sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/i18n/sitemap.xmap?rev=620338&r1=620337&r2=620338&view=diff
==============================================================================
--- lenya/trunk/src/modules-core/i18n/sitemap.xmap (original)
+++ lenya/trunk/src/modules-core/i18n/sitemap.xmap Sun Feb 10 13:42:57 2008
@@ -58,13 +58,13 @@
         <map:serialize type="xml"/>
       </map:match>
       
-      <!-- Generate module i18n catalogues. We use the selector instead of direct inclusion
+      <!-- Generate publication and module i18n catalogues. We use the selector instead of direct inclusion
         because otherwise the result wouldn't be cached when catalogues are missing. -->
-      <!-- modules/{1:module}/{2:catalogue} -->
-      <map:match pattern="modules/*/*">
+      <!-- {1:type(publications|modules)}/{2:module}/{3:catalogue} -->
+      <map:match pattern="*/*/*">
         <map:select type="resource-exists">
-          <map:when test="aggregate-fallback://lenya/modules/{1}/resources/i18n/{2}">
-            <map:generate src="aggregate-fallback://lenya/modules/{1}/resources/i18n/{2}"/>
+          <map:when test="aggregate-fallback://lenya/{1}/{2}/resources/i18n/{3}">
+            <map:generate src="aggregate-fallback://lenya/{1}/{2}/resources/i18n/{3}"/>
             <map:serialize type="xml"/>
           </map:when>
           <map:otherwise>

Modified: lenya/trunk/src/modules-core/i18n/xslt/modules2include.xsl
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/i18n/xslt/modules2include.xsl?rev=620338&r1=620337&r2=620338&view=diff
==============================================================================
--- lenya/trunk/src/modules-core/i18n/xslt/modules2include.xsl (original)
+++ lenya/trunk/src/modules-core/i18n/xslt/modules2include.xsl Sun Feb 10 13:42:57 2008
@@ -30,9 +30,7 @@
   
   <xsl:template match="lenya:publication">
     <i18n:catalogue>
-      <i:include src="aggregate-fallback://lenya/resources/i18n/{$catalogue}" strip-root="true">
-        <i:fallback/>
-      </i:include>
+      <i:include src="cocoon:/publications/{$pub}/{$catalogue}" strip-root="true"/>
       <xsl:apply-templates select="lenya:modules/lenya:module"/>
     </i18n:catalogue>
   </xsl:template>



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