You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by rf...@apache.org on 2007/05/31 05:58:01 UTC

svn commit: r543044 - /lenya/trunk/src/modules/kupu/sitemap.xmap

Author: rfrovarp
Date: Wed May 30 20:58:00 2007
New Revision: 543044

URL: http://svn.apache.org/viewvc?view=rev&rev=543044
Log:
Reverted r542900 as I didn't take into account images. 

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

Modified: lenya/trunk/src/modules/kupu/sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/kupu/sitemap.xmap?view=diff&rev=543044&r1=543043&r2=543044
==============================================================================
--- lenya/trunk/src/modules/kupu/sitemap.xmap (original)
+++ lenya/trunk/src/modules/kupu/sitemap.xmap Wed May 30 20:58:00 2007
@@ -136,6 +136,9 @@
         <map:match pattern="content" type="step">
           <map:match pattern="*/authoring/**">
             <map:generate src="lenyadoc:/{page-envelope:document-language}/{page-envelope:document-uuid}"/>
+            <map:transform type="uuid2url">
+              <map:parameter name="urls" value="absolute"/>
+            </map:transform>
             <map:transform 
               src="fallback://lenya/modules/kupu/resources/kupu/apache-lenya/lenya/content2edit.xsl">
               <map:parameter name="css" 
@@ -220,4 +223,4 @@
     </map:pipeline>
   </map:pipelines>
 
-</map:sitemap>
+</map:sitemap>
\ No newline at end of file



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