aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/sitemap.xmap
diff options
context:
space:
mode:
authorWilliam Victor Mote <vmote@apache.org>2002-11-29 22:00:32 +0000
committerWilliam Victor Mote <vmote@apache.org>2002-11-29 22:00:32 +0000
commitdbd6d2d0a69d1cab2b30efc4680177c350efc473 (patch)
treec260f1b8453fff5d13e4cd2fe6eff58462a258c5 /src/documentation/sitemap.xmap
parent728652fb0a5c1c1feba55af0c0231978c6d5a171 (diff)
downloadxmlgraphics-fop-dbd6d2d0a69d1cab2b30efc4680177c350efc473.tar.gz
xmlgraphics-fop-dbd6d2d0a69d1cab2b30efc4680177c350efc473.zip
white-space and line-ending fixes
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195676 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/sitemap.xmap')
-rw-r--r--src/documentation/sitemap.xmap20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/documentation/sitemap.xmap b/src/documentation/sitemap.xmap
index b7dc776a9..ab029291e 100644
--- a/src/documentation/sitemap.xmap
+++ b/src/documentation/sitemap.xmap
@@ -33,7 +33,7 @@
<!-- transformer-factory>org.apache.xalan.xsltc.trax.TransformerFactoryImpl</transformer-factory -->
</map:transformer>
</map:transformers>
-
+
<map:readers default="resource">
<map:reader name="resource" src="org.apache.cocoon.reading.ResourceReader"/>
</map:readers>
@@ -103,7 +103,7 @@
<map:pipeline name="profile-noncaching" src="org.apache.cocoon.components.profiler.ProfilingNonCachingProcessingPipeline"/>
-->
</map:pipelines>
-
+
</map:components>
<!-- =========================== Views =================================== -->
@@ -125,7 +125,7 @@
<map:parameter name="isfaq" value="{isfaq}"/>
<map:parameter name="nopdf" value="{nopdf}"/>
<map:parameter name="path" value="{path}"/>
- <!-- Can set an alternative project skinconfig here
+ <!-- Can set an alternative project skinconfig here
<map:parameter name="config-file" value="../../../../skinconf.xml"/>
-->
</map:transform>
@@ -149,7 +149,7 @@
<!-- =========================== Pipelines ================================= -->
<map:pipelines>
-
+
<!-- Pipeline that manages the internal URI space
For the external URI space manager, see the next pipeline. -->
<map:pipeline internal-only="true">
@@ -216,7 +216,7 @@
<!-- ========================== FOP Additions ========================== -->
- <map:match pattern="body-compliance.xml">
+ <map:match pattern="body-compliance.xml">
<map:generate type="file-nolabel" src="content/xdocs/compliance.xml"/>
<map:transform src="resources/stylesheets/compliance2document.xsl" label="content"/>
<map:call resource="skinit">
@@ -386,15 +386,15 @@
</map:match>
<map:match pattern="**">
-
+
<!-- if the file is present verbatim as content, give that to the user... -->
<map:act type="resource-exists">
<map:parameter name="url" value="content/{1}"/>
<map:read src="content/{../1}"/>
</map:act>
-
+
<!-- ... otherwise try to generate it using these rules. -->
-
+
<map:match pattern="apachestats">
<map:generate type="html"
src="http://www.apache.org/~rubys/stats/xml.apache.org/">
@@ -404,7 +404,7 @@
<map:serialize type="xml"/>
</map:match>
-
+
<map:match pattern="*.html">
<map:aggregate element="site">
<map:part src="cocoon:/book-{1}.xml"/>
@@ -594,7 +594,7 @@
</map:match>
</map:match>
-
+
</map:pipeline>
</map:pipelines>