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 2006/11/09 17:27:28 UTC

svn commit: r472963 - /lenya/trunk/src/pubs/default/sitemap.xmap

Author: andreas
Date: Thu Nov  9 08:27:28 2006
New Revision: 472963

URL: http://svn.apache.org/viewvc?view=rev&rev=472963
Log:
Pass rendertype param explicitely to format URL, removed some misleading comments

Modified:
    lenya/trunk/src/pubs/default/sitemap.xmap

Modified: lenya/trunk/src/pubs/default/sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/pubs/default/sitemap.xmap?view=diff&rev=472963&r1=472962&r2=472963
==============================================================================
--- lenya/trunk/src/pubs/default/sitemap.xmap (original)
+++ lenya/trunk/src/pubs/default/sitemap.xmap Thu Nov  9 08:27:28 2006
@@ -142,11 +142,7 @@
           <map:part src="cocoon://modules/sitetree/{2}/{3}/tabs/{5}.xml"/>
           <map:part src="cocoon://modules/sitetree/{2}/{3}/menu/{5}.xml"/>
           <map:part src="cocoon://modules/sitetree/{2}/{3}/search/{5}.xml"/>
-          <!--
-          <map:part src="cocoon://modules/{page-envelope:document-type}/{1}.xml"/>
-          -->
-          <!-- e.g. cocoon://modules/xhtml/xhtml.xml according to cocoon.xconf -->
-          <map:part src="{resource-type:format-xhtml}"/>
+          <map:part src="{resource-type:format-xhtml}?rendertype={1}"/>
         </map:aggregate>
         <map:transform src="fallback://lenya/modules/svg/xslt/image2svg.xsl"/>
         <map:select type="resource-exists">



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