-<!-- =========================================
-->
-<!-- flow script continuations
-->
-<!-- =========================================
-->
-<map:match pattern="**/*.continue">
<map:call continuation="{2}"/>
</map:match>
-<map:match pattern="*.continue">
<map:call continuation="{1}"/>
</map:match>
-<!-- =========================================
-->
-<!-- Redirections for page requests on homepage
-->
-<!-- =========================================
-->
-<map:match pattern="">
<map:redirect-to session="true" uri="home.html"/>
</map:match>
-<map:match pattern="/">
<map:redirect-to session="true" uri="home.html"/>
</map:match>
-<map:match pattern="home.html">
-<map:call function="initDreamTeamChooser">
<map:parameter name="documentURI" value="content/soccer.xml"/>
</map:call>
</map:match>
-<!-- =========================================
-->
-<!-- =========================================
-->
-<map:match pattern="showteam.html">
<map:call function="prot_showTeam"/>
</map:match>
-<map:match pattern="buildteam.html">
<map:call function="prot_buildTeam"/>
</map:match>
-<!-- =========================================
-->
-<!-- Pipelines to display the actual pages
-->
-<!-- =========================================
-->
-<map:match pattern="team.form">
<map:generate type="jx" src="content/teamTemplate.jx"/>
<map:transform type="browser-update"/>
-<map:transform src="../resources/forms-samples-styling.xsl">
<map:parameter name="resources-uri" value="{request:contextPath}/_cocoon/resources"/>
</map:transform>
-<map:select type="ajax-request">
-<map:when test="true">
<map:transform type="i18n"/>
<map:serialize type="xml"/>
</map:when>
-<map:otherwise>
-<map:transform src="context://samples/common/style/xsl/html/adding-header.xsl">
<map:parameter name="contextPath" value="{request:contextPath}"/>
<map:parameter name="servletPath" value="{request:servletPath}"/>
<map:parameter name="sitemapURI" value="{request:sitemapURI}"/>
<map:parameter name="file" value="content/teamTemplate.jx"/>
</map:transform>
<map:transform type="i18n"/>
<map:serialize type="html"/>
</map:otherwise>
</map:select>
</map:match>
-<map:match pattern="showTeam.form">
<map:generate type="jx" src="content/showTeam.jx"/>
-<map:transform src="context://samples/common/style/xsl/html/adding-header.xsl">
<map:parameter name="contextPath" value="{request:contextPath}"/>
<map:parameter name="servletPath" value="{request:servletPath}"/>
<map:parameter name="sitemapURI" value="{request:sitemapURI}"/>
<map:parameter name="file" value="content/teamTemplate.jx"/>
</map:transform>
<map:transform type="i18n"/>
<map:serialize type="html"/>
</map:match>
-<map:match pattern="home.form">
<map:generate type="jx" src="content/main.jx"/>
-<map:transform src="context://samples/common/style/xsl/html/adding-header.xsl">
<map:parameter name="contextPath" value="{request:contextPath}"/>
<map:parameter name="servletPath" value="{request:servletPath}"/>
<map:parameter name="sitemapURI" value="{request:sitemapURI}"/>
<map:parameter name="file" value="content/teamTemplate.jx"/>
</map:transform>
<map:serialize type="html"/>
</map:match>
-<!-- =========================================
-->
-<!-- =========================================
-->
-<map:match pattern="resources/*/**">
<map:read src="resource://org/apache/cocoon/{1}/resources/{2}"/>
</map:match>
-<map:match pattern="flags/*.gif">
<map:read mime-type="image/gif" src="resources/flags/{1}.gif"/>
</map:match>
-<!-- =========================================
-->
-<!-- CSS stylesheets and JavaScript files
-->
-<!-- =========================================
-->
-<map:match pattern="local-resources/*.css">
<map:read mime-type="text/css" src="resources/styles/{1}.css"/>
</map:match>
</map:pipeline>