| <?xml version="1.0"?> |
| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one or more |
| contributor license agreements. See the NOTICE file distributed with |
| this work for additional information regarding copyright ownership. |
| The ASF licenses this file to You under the Apache License, Version 2.0 |
| (the "License"); you may not use this file except in compliance with |
| the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0"> |
| <map:components> |
| <map:pipes> |
| <map:pipe name="navigation" |
| src="org.apache.cocoon.components.pipeline.impl.ExpiresCachingProcessingPipeline"> |
| <parameter name="cache-expires" value="600"/> |
| <!-- Expires in seconds --> |
| </map:pipe> |
| </map:pipes> |
| </map:components> |
| <map:pipelines> |
| <!-- ============================================================== --> |
| <!-- Repository pipeline --> |
| <!-- ============================================================== --> |
| <map:pipeline> |
| <map:match pattern="**.daisy.source"> |
| <map:generate src="{lm:{0}}" /> |
| <map:select type="exists"> |
| <map:when test="{properties:resources.stylesheets}/daisy/preFilter.xsl"> |
| <map:transform src="{properties:resources.stylesheets}/daisy/preFilter.xsl"/> |
| </map:when> |
| </map:select> |
| <map:serialize type="xml"/> |
| </map:match> |
| <map:match pattern="**.daisy.img"> |
| <map:read src="{lm:{0}}"/> |
| </map:match> |
| <map:match pattern="**.daisy.rawHTML"> |
| <map:generate type="html" src="{lm:{0}}"/> |
| <map:serialize type="html"/> |
| </map:match> |
| </map:pipeline> |
| <!-- ============================================================ --> |
| <!-- Navigation elements --> |
| <!-- ============================================================ --> |
| <map:pipeline ype="navigation"> |
| <map:match pattern="daisy.site.*"> |
| <map:generate src="{properties:daisy.publisher.URL}blob?documentId={1}&version=live&partType=1" /> |
| <map:transform src="{forrest:forrest.plugins}/org.apache.forrest.plugin.input.Daisy/resources/stylesheets/navigation-to-siteSnippet.xsl"> |
| <map:parameter name="daisyExt" value="{properties:daisy.fileExt}"/> |
| </map:transform> |
| <map:transform type="xinclude"/> |
| <map:serialize type="xml" /> |
| </map:match> |
| </map:pipeline> |
| </map:pipelines> |
| </map:sitemap> |