michaelm    2003/03/11 04:54:31

  Modified:    src/webapp/samples sitemap.xmap
  Log:
  fixed samples "content" and "links" views.
  
  Revision  Changes    Path
  1.4       +7 -0      cocoon-2.1/src/webapp/samples/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/sitemap.xmap,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- sitemap.xmap      10 Mar 2003 10:42:05 -0000      1.3
  +++ sitemap.xmap      11 Mar 2003 12:54:31 -0000      1.4
  @@ -22,10 +22,17 @@
   <!-- =========================== Views =================================== -->
   
    <map:views>
  +  <map:view name="content" from-label="content">
  +   <map:serialize type="xml"/>
  +  </map:view>
   
     <map:view name="pretty-content" from-label="data">
       <map:transform src="common/style/xsl/html/simple-xml2html.xsl"/>
       <map:serialize type="html"/>
  +  </map:view>
  +
  +  <map:view name="links" from-position="last">
  +   <map:serialize type="links"/>
     </map:view>
     
    </map:views>
  
  
  

Reply via email to