blob: c3f1fdf2376c64b711506b3c54feff6a1e65cb22 [file] [log] [blame]
<?xml version="1.0"?>
<map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
<map:pipelines>
<map:pipeline>
<!-- this is a history coplet -->
<map:match pattern="path">
<map:generate type="serverpages" src="path.xsp"/>
<map:transform type="xslt" src="path.xsl"/>
<map:serialize type="html"/>
</map:match>
</map:pipeline>
</map:pipelines>
</map:sitemap>