You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2003/08/13 11:12:32 UTC

cvs commit: cocoon-2.1/src/blocks/portal/samples/news sitemap.xmap

cziegeler    2003/08/13 02:12:32

  Modified:    src/blocks/portal/samples/news sitemap.xmap
  Log:
  Commenting out the transformer makes sample work again
  
  Revision  Changes    Path
  1.5       +2 -0      cocoon-2.1/src/blocks/portal/samples/news/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/portal/samples/news/sitemap.xmap,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- sitemap.xmap	11 Jul 2003 14:17:02 -0000	1.4
  +++ sitemap.xmap	13 Aug 2003 09:12:32 -0000	1.5
  @@ -18,7 +18,9 @@
       </map:match>
       <map:match pattern="liverss">
           <map:generate type="file" src="{request-param:feed}" label="content" />
  +<!--
           <map:transform type="rss"/>
  +-->        
           <map:transform type="xslt" src="content/resources/xsl/rss2html_news.xsl"/>
           <map:serialize type="xml"/>
       </map:match>