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:28:40 UTC

svn commit: r280270 - /cocoon/blocks/bsf/trunk/samples/sitemap.xmap

Author: antonio
Date: Sun Sep 11 23:28:37 2005
New Revision: 280270

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

Modified:
    cocoon/blocks/bsf/trunk/samples/sitemap.xmap

Modified: cocoon/blocks/bsf/trunk/samples/sitemap.xmap
URL: http://svn.apache.org/viewcvs/cocoon/blocks/bsf/trunk/samples/sitemap.xmap?rev=280270&r1=280269&r2=280270&view=diff
==============================================================================
--- cocoon/blocks/bsf/trunk/samples/sitemap.xmap (original)
+++ cocoon/blocks/bsf/trunk/samples/sitemap.xmap Sun Sep 11 23:28:37 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>