You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2005/02/16 14:49:51 UTC

svn commit: r154017 - forrest/trunk/main/webapp/tabs.xmap

Author: rgardler
Date: Wed Feb 16 05:49:49 2005
New Revision: 154017

URL: http://svn.apache.org/viewcvs?view=rev&rev=154017
Log:
use cocoon protocol to retrieve tabs.xml file, this allows user sitemaps to generate tabs.xml dynamically

Modified:
    forrest/trunk/main/webapp/tabs.xmap

Modified: forrest/trunk/main/webapp/tabs.xmap
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/tabs.xmap?view=diff&r1=154016&r2=154017
==============================================================================
--- forrest/trunk/main/webapp/tabs.xmap (original)
+++ forrest/trunk/main/webapp/tabs.xmap Wed Feb 16 05:49:49 2005
@@ -69,7 +69,7 @@
   <map:pipelines>
     <map:pipeline >
       <map:match pattern="**tab-*.html">
-        <map:generate src="{project:content.xdocs}tabs.xml"/>
+        <map:generate src="cocoon://tabs.xml"/>
         <map:transform type="xinclude"/>
         <map:select type="config">
           <map:parameter name="value" value="{defaults:i18n}"/>