blob: 72c0ed6c486b5c4534b582591a7b70c5434d9544 [file] [log] [blame]
<?xml version="1.0"?>
<map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
<map:pipelines>
<map:pipeline>
<map:match pattern="another-welcome">
<map:generate src="cocoon:/non-existing-url"/>
<map:serialize/>
</map:match>
<map:handle-errors>
<map:select type="exception">
<map:when test="not-found">
<map:generate src="welcome.xml"/>
<map:serialize type="html"/>
</map:when>
</map:select>
</map:handle-errors>
</map:pipeline>
</map:pipelines>
</map:sitemap>