You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2004/09/24 06:20:12 UTC

svn commit: rev 47136 - cocoon/branches/BRANCH_2_1_X/src/blocks/deli/samples

Author: crossley
Date: Thu Sep 23 21:20:12 2004
New Revision: 47136

Modified:
   cocoon/branches/BRANCH_2_1_X/src/blocks/deli/samples/sitemap.xmap
Log:
Enable samples to work again, following the blocks re-structure.
Add /blocks/ to map:generate src.
Submitted by: Butler, Mark H (Labs Bristol) <ma...@hp.com>


Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/deli/samples/sitemap.xmap
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/blocks/deli/samples/sitemap.xmap	(original)
+++ cocoon/branches/BRANCH_2_1_X/src/blocks/deli/samples/sitemap.xmap	Thu Sep 23 21:20:12 2004
@@ -34,16 +34,16 @@
    </map:match>
 
    <map:match pattern="deli.html">
-     <map:generate src="context://samples/deli/samples.xml"/>
-     <map:transform src="context://samples/deli/deli_test.xsl" type="deli">
+     <map:generate src="context://samples/blocks/deli/samples.xml"/>
+     <map:transform src="context://samples/blocks/deli/deli_test.xsl" type="deli">
        <map:parameter name="ua" value="{request-header:user-agent}"/>
      </map:transform>
      <map:serialize type="html"/>
    </map:match>
 
    <map:match pattern="deli.wml">
-     <map:generate src="context://samples/deli/samples.xml"/>
-     <map:transform src="context://samples/deli/deli_test.xsl" type="deli">
+     <map:generate src="context://samples/blocks/deli/samples.xml"/>
+     <map:transform src="context://samples/blocks/deli/deli_test.xsl" type="deli">
        <map:parameter name="ua" value="{request-header:user-agent}"/>
      </map:transform>
      <map:serialize type="wml"/>