You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2003/06/11 11:57:38 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/pubs/default publication-sitemap.xmap

andreas     2003/06/11 02:57:38

  Modified:    src/webapp/lenya/pubs/default publication-sitemap.xmap
  Log:
  - added menu filter
  - added area to page2xhtml root
  
  Revision  Changes    Path
  1.41      +4 -2      cocoon-lenya/src/webapp/lenya/pubs/default/publication-sitemap.xmap
  
  Index: publication-sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/default/publication-sitemap.xmap,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- publication-sitemap.xmap	22 May 2003 14:13:25 -0000	1.40
  +++ publication-sitemap.xmap	11 Jun 2003 09:57:38 -0000	1.41
  @@ -64,8 +64,10 @@
   
       <!-- Menubar -->
       <map:pipeline>
  +        
         <map:match pattern="lenyamenubar/authoring/article.xml">
           <map:generate type="serverpages" src="config/menus/generic.xsp"/>
  +        <map:transform type="menufilter"/>
           <map:serialize type="xml"/>
         </map:match>
         <map:match pattern="lenyamenubar/live/article.xml">
  @@ -89,7 +91,7 @@
               <map:part src="cocoon://{1}/{2}/{3}/{4}.xml"/>
             </map:aggregate>
   	  <map:transform src="xslt/page2xhtml.xsl">
  -	    <map:parameter name="root" value="{page-envelope:context-prefix}/{1}"/>
  +	    <map:parameter name="root" value="{page-envelope:context-prefix}/{1}/{2}"/>
   	  </map:transform>
           <map:serialize type="xml"/>
         </map:match>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org