apache > forrest
 
Font size:      

sitemap.xmap in the Project Documentation Directory

This is documentation for current version v0.7 (More)

sitemap.xmap in the Project Documentation Directory

<?xml version="1.0"?>
<map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
 <map:pipelines>

Example pipeline for '**custom.xml'

  <map:pipeline>
   <map:match pattern="**custom.xml">
    <map:generate src="{project:content.xdocs}{1}custom.xml" />
    <map:transform src="{project:resources.stylesheets}/hello2document.xsl" />
    <map:serialize type="xml"/>
   </map:match>
  </map:pipeline>
 </map:pipelines>
</map:sitemap>