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/04 09:50:15 UTC

svn commit: r618203 - /lenya/trunk/src/modules/xhtml/sitemap.xmap

Author: andreas
Date: Mon Feb  4 00:50:06 2008
New Revision: 618203

URL: http://svn.apache.org/viewvc?rev=618203&view=rev
Log:
Using explicit syntax for lenya-document:/, replace cinclude call with include.

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

Modified: lenya/trunk/src/modules/xhtml/sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/xhtml/sitemap.xmap?rev=618203&r1=618202&r2=618203&view=diff
==============================================================================
--- lenya/trunk/src/modules/xhtml/sitemap.xmap (original)
+++ lenya/trunk/src/modules/xhtml/sitemap.xmap Mon Feb  4 00:50:06 2008
@@ -84,13 +84,13 @@
       
       <!-- {format}.xml/{pubId}/{area}/{uuid}/{language} -->
       <map:match pattern="*.xml/*/*/*/*">
-        <map:generate src="lenya-document:{4},lang={5}{link:rev}"/>
+        <map:generate src="lenya-document:{4},pub={2},area={3},lang={5}{link:rev}"/>
         <map:transform src="fallback://lenya/modules/xhtml/xslt/xhtml2xhtml.xsl">
           <map:parameter name="rendertype" value="{request-param:rendertype}"/>
           <map:parameter name="nodeid" value="{doc-info:{2}:{3}:{4}:{5}:nodeName}"/>
           <map:parameter name="language" value="{4}"/>
         </map:transform>
-        <map:transform type="cinclude"/>
+        <map:transform type="include"/>
         <map:serialize type="xml"/>
       </map:match>
 



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