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

svn commit: r280268 - /cocoon/branches/BRANCH_2_1_X/src/blocks/bsf/samples/sitemap.xmap

Author: antonio
Date: Sun Sep 11 23:20:47 2005
New Revision: 280268

URL: http://svn.apache.org/viewcvs?rev=280268&view=rev
Log:
Fix 2nd groovy sample.

Modified:
    cocoon/branches/BRANCH_2_1_X/src/blocks/bsf/samples/sitemap.xmap

Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/bsf/samples/sitemap.xmap
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/blocks/bsf/samples/sitemap.xmap?rev=280268&r1=280267&r2=280268&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/blocks/bsf/samples/sitemap.xmap (original)
+++ cocoon/branches/BRANCH_2_1_X/src/blocks/bsf/samples/sitemap.xmap Sun Sep 11 23:20:47 2005
@@ -18,7 +18,7 @@
 <!--+
     | Batik block samples sitemap
     |
-    | CVS $Id: sitemap.xmap,v 1.2 2004/04/15 08:40:17 bdelacretaz Exp $
+    | CVS $Id$
     +-->
 
 <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
@@ -65,7 +65,7 @@
       <map:match pattern="generator/*.gy">
         <map:generate type="script" src="generator/{1}.gy"/>
         <map:transform src="context://samples/hello-world/style/xsl/page2html.xsl"/>
-        <map:serialize type="html"/>
+        <map:serialize type="xml"/>
       </map:match>
     </map:pipeline>
   </map:pipelines>