<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- CVS $Id: sitemap.xmap,v 1.16 2003/10/22 11:42:05 joerg Exp $ --><map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">

<!-- =========================== Components ================================ -->

 <map:components>




<map:transformers> 

<!-- other map:transformers here --> 
<!-- Xalan transformer (no xslt-processor-role) --> 
<map:transformer name="xslt-xalan" pool-grow="2" pool-max="32" pool-min="8" src="org.apache.cocoon.transformation.TraxTransformer"> 
<use-request-parameters>false</use-request-parameters> 
<use-browser-capabilities-db>false</use-browser-capabilities-db> 
</map:transformer> 

<!-- Saxon transformer look at the new element: xslt-processor-role --> 
<map:transformer name="xslt-saxon" pool-grow="2" pool-max="32" pool-min="8" src="org.apache.cocoon.transformation.TraxTransformer"> 
<use-request-parameters>false</use-request-parameters> 
<use-browser-capabilities-db>false</use-browser-capabilities-db> 
<xslt-processor-role> 
org.apache.cocoon.components.xslt.XSLTProcessor/Saxon 
</xslt-processor-role> 
</map:transformer> 

<!-- other map:transformers here --> 

</map:transformers> 



  <map:readers default="resource"/>
<map:serializers default="html">

  <map:serializer name="html" mime-type="text/html; charset=iso-8859-1"
     src="org.apache.cocoon.serialization.HTMLSerializer">
    <encoding>iso-8859-1</encoding>
    <omit-xml-declaration>false</omit-xml-declaration>
  </map:serializer>
   
  <!-- other serializers -->
   
</map:serializers>

  <map:matchers default="wildcard">
     <map:matcher logger="sitemap.matcher.header" name="filename" src="org.apache.cocoon.matching.modular.CachingRegexpMatcher">
        <input-module name="request-param">
           <parameter>filename</parameter>
        </input-module>
     </map:matcher>
  </map:matchers>
  <map:selectors default="browser"/>
 </map:components>

<!-- =========================== Views =================================== -->


<!-- =========================== Pipelines ================================= -->

 <map:pipelines>
  <map:pipeline type="caching">


	  <map:match pattern="index.html">
                <map:generate src="index.xml"/>
		<map:transform type="xalan" src="/home/xsl/morphon2html.xsl">
			<map:parameter name="contextPath" value="{request:contextPath}"/>
     		</map:transform>
                <map:serialize type="html"/>
            </map:match>



   <!-- ========================== Stream ================================= -->


   <!-- ========================= Other Samples ================================ -->


   <!-- ========================= Utilities ================================ -->


   <!-- ======================== Automount =============================== -->
  </map:pipeline>
</map:pipelines>
</map:sitemap>
