You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2006/02/27 13:52:56 UTC

svn commit: r381329 - /lenya/trunk/src/pubs/blog/sitemap.xmap

Author: michi
Date: Mon Feb 27 04:52:49 2006
New Revision: 381329

URL: http://svn.apache.org/viewcvs?rev=381329&view=rev
Log:
lenya protocol added such that also entries work

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

Modified: lenya/trunk/src/pubs/blog/sitemap.xmap
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/pubs/blog/sitemap.xmap?rev=381329&r1=381328&r2=381329&view=diff
==============================================================================
--- lenya/trunk/src/pubs/blog/sitemap.xmap (original)
+++ lenya/trunk/src/pubs/blog/sitemap.xmap Mon Feb 27 04:52:49 2006
@@ -98,7 +98,7 @@
             <map:transform src="fallback://lenya/xslt/rc/toDoc.xsl"/>
           </map:when>
           <map:otherwise>
-            <map:generate src="content/{1}/entries/{2}/{3}/{4}/{5}/index.xml"/>
+            <map:generate src="lenya://lenya/pubs/blog/content/{1}/entries/{2}/{3}/{4}/{5}/index.xml"/>
           </map:otherwise>
         </map:select>
         <map:serialize type="xml"/>
@@ -136,7 +136,7 @@
       <map:match pattern="*/entries/*/*/*/*/lenya-page-body.xml">
         <map:aggregate element="cmsbody">
           <map:part src="cocoon:/{1}/entries/{2}/{3}/{4}/{5}/lenya-body.xml"/>
-          <map:part src="content/{1}/sidebar.xml"/>
+          <map:part src="lenya://lenya/pubs/blog/content/{1}/sidebar.xml"/>
         </map:aggregate>
         <map:transform src="xslt/links.xsl">
           <map:parameter name="relpath" value="../../../../../feeds/all"/>



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