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 2012/01/13 17:34:35 UTC

svn commit: r1231164 - /lenya/contributions/2_0_X/modules/defaultstyle/sitemap.xmap

Author: andreas
Date: Fri Jan 13 16:34:35 2012
New Revision: 1231164

URL: http://svn.apache.org/viewvc?rev=1231164&view=rev
Log:
Allow non-extension URIs.

Modified:
    lenya/contributions/2_0_X/modules/defaultstyle/sitemap.xmap

Modified: lenya/contributions/2_0_X/modules/defaultstyle/sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/modules/defaultstyle/sitemap.xmap?rev=1231164&r1=1231163&r2=1231164&view=diff
==============================================================================
--- lenya/contributions/2_0_X/modules/defaultstyle/sitemap.xmap (original)
+++ lenya/contributions/2_0_X/modules/defaultstyle/sitemap.xmap Fri Jan 13 16:34:35 2012
@@ -181,7 +181,7 @@
         <map:serialize type="xml" mime-type="application/rss+xml"/>
       </map:match>
       
-      <map:match pattern="*/**.*">
+      <map:match pattern="*/**">
         
         <map:select type="resource-exists">
           <map:when test="lenya://lenya/pubs/{page-envelope:publication-id}/content/authoring/sitetree.xml"/>
@@ -215,7 +215,7 @@
           </map:select>
         </map:act>
         
-        <map:generate src="cocoon:/{1}/{2}.{3}.pageContextInternal"/>
+        <map:generate src="cocoon:/{1}/{2}.pageContextInternal"/>
         <map:transform src="xslt/includeDocument.xsl">
           <map:parameter name="pub" value="{page-envelope:publication-id}"/>
           <map:parameter name="area" value="{page-envelope:area}"/>



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