You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2002/02/21 01:40:58 UTC

cvs commit: xml-cocoon2/src/webapp sitemap.xmap

vgritsenko    02/02/20 16:40:58

  Modified:    src/webapp sitemap.xmap
  Log:
  Sample of explicitly specifying sitemap file name
  
  Revision  Changes    Path
  1.29      +1 -1      xml-cocoon2/src/webapp/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/sitemap.xmap,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- sitemap.xmap	18 Feb 2002 14:09:50 -0000	1.28
  +++ sitemap.xmap	21 Feb 2002 00:40:58 -0000	1.29
  @@ -465,7 +465,7 @@
        variables. Their scope is only within the element of that
        component. Thus they can only be accessed by nested components.
        -->
  -    <map:mount uri-prefix="sub" src="sub/" check-reload="yes"/>
  +    <map:mount uri-prefix="sub" src="sub/sitemap.xmap" check-reload="yes"/>
       <!--
       Sitemaps may be organized hierarchically. Here such a subsitemap
       is "mounted" (think: unix filesystems) to be responsible for all
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org