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

cvs commit: cocoon-lenya/src/webapp/lenya navigation.xmap

gregor      2003/08/07 08:38:57

  Modified:    src/webapp/lenya navigation.xmap
  Log:
  per-publication override was using wrong path
  
  Revision  Changes    Path
  1.10      +3 -2      cocoon-lenya/src/webapp/lenya/navigation.xmap
  
  Index: navigation.xmap
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/navigation.xmap,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- navigation.xmap	29 Jul 2003 14:52:07 -0000	1.9
  +++ navigation.xmap	7 Aug 2003 15:38:57 -0000	1.10
  @@ -24,9 +24,10 @@
       
         <!-- use publication-specific navigation schema if available -->
         <map:act type="resource-exists">
  -        <map:parameter name="url" value="pubs/{publication-id}/xslt/lenya/navigation/{stylesheet}.xsl"/>
  -        <map:transform src="pubs/{../publication-id}/xslt/lenya/navigation/{../stylesheet}.xsl">
  +        <map:parameter name="url" value="pubs/{publication-id}/lenya/xslt/navigation/{stylesheet}.xsl"/>
  +        <map:transform src="pubs/{../publication-id}/lenya/xslt/navigation/{../stylesheet}.xsl">
             <map:parameter name="url" value="{../url}"/>
  +          <map:parameter name="chosenlanguage" value="{page-envelope:document-language}"/>
           </map:transform>
           <map:serialize type="xml"/>
         </map:act>
  
  
  

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