My favorites | Sign in
Project Logo
          
New issue | Search
for
| Advanced search | Search tips
Issue 17: Sitemap mounting via <map:mount>
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  anrienord
Closed:  Dec 2006
Type-Task
Priority-High
Milestone-0.2


Sign in to add a comment
 
Reported by anrienord, Dec 12, 2006
Sitemap mounting is an important feature of Apache Cocoon. It allows the
creation of modular webapps. Practically, I need to split my rather large
siemap.xmap into several sub-sitemaps, e. g. separate sitemaps for the site
API, debugging, etc.
Comment 1 by anrienord, Dec 12, 2006
Implemented the <map:mount> element. The check-reload attribute is ignored.
Sub-sitemap modification is checked automatically. Only implicit file URI scheme was
checked within src attribute.

Here is a basic sample:

<map:pipeline>
  <map:match pattern="api/beta/**">
    <map:mount src="api/" uri-prefix="api/beta"/>
  </map:match>
</map:pipeline>

See Apache Cocoon sitemap documentation
<http://cocoon.apache.org/2.1/userdocs/concepts/sitemap.html>.
Status: Fixed
Comment 2 by anrienord, Feb 26, 2007
(No comment was entered for this change.)
Labels: -Milestone-pysitemap-0.2 Milestone-0.2
Sign in to add a comment

Hosted by Google Code