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 2007/05/22 09:20:28 UTC

svn commit: r540453 - /lenya/trunk/src/modules/news/sitemap.xmap

Author: andreas
Date: Tue May 22 00:20:21 2007
New Revision: 540453

URL: http://svn.apache.org/viewvc?view=rev&rev=540453
Log:
[minor change] fixed sitemap comments

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

Modified: lenya/trunk/src/modules/news/sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/news/sitemap.xmap?view=diff&rev=540453&r1=540452&r2=540453
==============================================================================
--- lenya/trunk/src/modules/news/sitemap.xmap (original)
+++ lenya/trunk/src/modules/news/sitemap.xmap Tue May 22 00:20:21 2007
@@ -39,12 +39,13 @@
     <map:pipeline>
 
       <!-- parametrized doctype matcher -->
-      <!-- pattern="{rendertype}" -->
+      <!-- pattern="{format}.xml" -->
       <map:match pattern="*.xml">
         <map:generate src="cocoon:/{1}.xml/{page-envelope:publication-id}/{page-envelope:area}/{page-envelope:document-uuid}/{page-envelope:document-language}"/>
         <map:serialize type="xml"/>
       </map:match>
       
+      <!-- pattern="{format}.xml/{pubId}/{area}/{uuid}/{language}" -->
       <map:match pattern="*.xml/*/*/*/*">
         
         <!-- This is a workaround (see below). -->



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