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/09 00:56:26 UTC

svn commit: r620048 - /lenya/trunk/src/modules/collection/sitemap.xmap

Author: andreas
Date: Fri Feb  8 15:56:24 2008
New Revision: 620048

URL: http://svn.apache.org/viewvc?rev=620048&view=rev
Log:
Added FIXME note about default language resolving.

Modified:
    lenya/trunk/src/modules/collection/sitemap.xmap

Modified: lenya/trunk/src/modules/collection/sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/collection/sitemap.xmap?rev=620048&r1=620047&r2=620048&view=diff
==============================================================================
--- lenya/trunk/src/modules/collection/sitemap.xmap (original)
+++ lenya/trunk/src/modules/collection/sitemap.xmap Fri Feb  8 15:56:24 2008
@@ -38,7 +38,10 @@
         <map:transform src="fallback://lenya/modules/collection/xslt/sitetree2children.xsl">
           <map:parameter name="language" value="{5}"/>
           <map:parameter name="allLanguages" value="{1}"/>
-          <!-- FIXME: We have to find a way to get the default language without using an input module which would prevent caching. -->
+          <!--
+            FIXME: We have to find a way to get the default language without using an input module which would prevent caching.
+            Maybe the sitetree-fragment generator could inject it into the SAX stream?
+          -->
           <map:parameter name="defaultLanguage" value="en"/>
         </map:transform>
         <map:serialize type="xml"/>



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