| Issue 17: | Sitemap mounting via <map:mount> | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Sign in to add a comment
|
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. |
||||||||||||
,
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
|
|||||||||||||
,
Feb 26, 2007
(No comment was entered for this change.)
Labels: -Milestone-pysitemap-0.2 Milestone-0.2
|
|||||||||||||
|
|
|||||||||||||