/[Apache-SVN]/cocoon/branches/BRANCH_2_1_X/src/blocks/databases/samples/transform/sitemap.xmap
ViewVC logotype

Diff of /cocoon/branches/BRANCH_2_1_X/src/blocks/databases/samples/transform/sitemap.xmap

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- cocoon/branches/BRANCH_2_1_X/src/blocks/databases/samples/transform/sitemap.xmap	2005/05/03 18:18:50	167950
+++ cocoon/branches/BRANCH_2_1_X/src/blocks/databases/samples/transform/sitemap.xmap	2005/05/03 18:22:14	167951
@@ -18,59 +18,51 @@
 
 <!-- ============================ Views ==================================== -->
 
- <map:views>
-  <map:view name="content" from-label="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 name="links" from-position="last">
-   <map:serialize type="links"/>
-  </map:view>
-
- </map:views>
+  <map:views>
+    <map:view name="content" from-label="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 name="links" from-position="last">
+      <map:serialize type="links"/>
+    </map:view>
+  </map:views>
 
 <!-- =========================== Pipelines ================================= -->
 
- <map:pipelines>
+  <map:pipelines>
 
-  <map:pipeline>
-   <map:match pattern="sql-page.xml.sql">
-    <map:read src="sql-page.xml.sql" mime-type="text/plain"/>
-   </map:match>
-
-   <map:match pattern="*">
-    <map:generate src="{1}.xml"/>
-    <map:transform type="sql">
-      <map:parameter name="use-connection" value="personnel"/>
-    <!--
-       Let's have a look at the user docs:  
-
-       "[...] The purpose of the SQLTransformer is to query a
-    database and translate the result to XML. [...]" 
-    -->
-    </map:transform>
-    <map:transform src="../stylesheets/sql2html.xsl">
-       <map:parameter name="servletPath" value="{request:servletPath}"/>
-       <map:parameter name="sitemapURI" value="{request:sitemapURI}"/>
-       <map:parameter name="contextPath" value="{request:contextPath}"/>
-       <map:parameter name="file" value=".xml"/>
-    </map:transform>
-    <map:serialize/>
-   </map:match>
-
-   <map:match pattern="">
-     <map:redirect-to uri="../"/>
-   </map:match>
-
-  </map:pipeline>
-  
- </map:pipelines>
+    <map:pipeline>
+      <map:match pattern="*">
+        <map:generate src="{1}.xml"/>
+        <!--
+          - Let's have a look at the user docs:
+          -
+          - "[...] The purpose of the SQLTransformer is to query a
+          - database and translate the result to XML. [...]"
+          -->
+        <map:transform type="sql">
+          <map:parameter name="use-connection" value="personnel"/>
+        </map:transform>
+        <map:transform src="../stylesheets/sql2html.xsl">
+          <map:parameter name="servletPath" value="{request:servletPath}"/>
+          <map:parameter name="sitemapURI" value="{request:sitemapURI}"/>
+          <map:parameter name="contextPath" value="{request:contextPath}"/>
+          <map:parameter name="file" value=".xml"/>
+        </map:transform>
+        <map:serialize/>
+      </map:match>
+
+      <map:match pattern="">
+        <map:redirect-to uri="../"/>
+      </map:match>
 
-</map:sitemap>
+    </map:pipeline>
+  </map:pipelines>
 
-<!-- end of file -->
+</map:sitemap>

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26