You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by fe...@apache.org on 2007/05/18 01:20:11 UTC

svn commit: r539166 - /cocoon/trunk/blocks/cocoon-velocity/cocoon-velocity-sample/src/main/resources/COB-INF/sitemap.xmap

Author: felixk
Date: Thu May 17 16:20:10 2007
New Revision: 539166

URL: http://svn.apache.org/viewvc?view=rev&rev=539166
Log:
reformatting ...

Modified:
    cocoon/trunk/blocks/cocoon-velocity/cocoon-velocity-sample/src/main/resources/COB-INF/sitemap.xmap

Modified: cocoon/trunk/blocks/cocoon-velocity/cocoon-velocity-sample/src/main/resources/COB-INF/sitemap.xmap
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-velocity/cocoon-velocity-sample/src/main/resources/COB-INF/sitemap.xmap?view=diff&rev=539166&r1=539165&r2=539166
==============================================================================
--- cocoon/trunk/blocks/cocoon-velocity/cocoon-velocity-sample/src/main/resources/COB-INF/sitemap.xmap (original)
+++ cocoon/trunk/blocks/cocoon-velocity/cocoon-velocity-sample/src/main/resources/COB-INF/sitemap.xmap Thu May 17 16:20:10 2007
@@ -24,42 +24,42 @@
 
 <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
 
-<!-- =========================== Views =================================== -->
+    <!-- =========================== Views =================================== -->
 
-  <map:views>
-    <map:view from-label="content" name="content">
-      <map:serialize type="xml"/>
-    </map:view>
-
-    <map:view from-label="content" name="pretty-content">
-      <map:transform src="context://stylesheets/system/xml2html.xslt"/>
-      <map:serialize type="html"/>
-    </map:view>
-
-    <map:view from-position="last" name="links">
-      <map:serialize type="links"/>
-    </map:view>
-  </map:views>
-
-<!-- =========================== Pipelines ================================= -->
-
-  <map:pipelines>
-    <map:pipeline type="caching">
-      <!-- list of samples -->
-      <map:match pattern="">
-        <map:generate src="samples.xml"/>
-        <map:transform src="context://samples/common/style/xsl/html/simple-samples2html.xsl">
-          <map:parameter name="contextPath" value="{request:contextPath}"/>
-        </map:transform>
-        <map:serialize/>
-      </map:match>
-
-      <!-- hello world -->
-      <map:match pattern="hello.vm">
-        <map:generate type="velocity" src="hello-page.vm"/>
-        <map:transform src="context://samples/hello-world/style/xsl/page2itext.xsl"/>
-        <map:serialize/>
-      </map:match>
-    </map:pipeline>
-  </map:pipelines>
+    <map:views>
+        <map:view from-label="content" name="content">
+            <map:serialize type="xml" />
+        </map:view>
+
+        <map:view from-label="content" name="pretty-content">
+            <map:transform src="context://stylesheets/system/xml2html.xslt" />
+            <map:serialize type="html" />
+        </map:view>
+
+        <map:view from-position="last" name="links">
+            <map:serialize type="links" />
+        </map:view>
+    </map:views>
+
+    <!-- =========================== Pipelines ================================= -->
+
+    <map:pipelines>
+        <map:pipeline type="caching">
+            <!-- list of samples -->
+            <map:match pattern="">
+                <map:generate src="samples.xml" />
+                <map:transform src="context://samples/common/style/xsl/html/simple-samples2html.xsl">
+                    <map:parameter name="contextPath" value="{request:contextPath}" />
+                </map:transform>
+                <map:serialize />
+            </map:match>
+
+            <!-- hello world -->
+            <map:match pattern="hello.vm">
+                <map:generate type="velocity" src="hello-page.vm" />
+                <map:transform src="context://samples/hello-world/style/xsl/page2itext.xsl" />
+                <map:serialize />
+            </map:match>
+        </map:pipeline>
+    </map:pipelines>
 </map:sitemap>