You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by ch...@apache.org on 2004/12/21 09:34:06 UTC

svn commit: r122948 - /forrest/trunk/main/webapp/sitemap.xmap

Author: cheche
Date: Tue Dec 21 00:34:03 2004
New Revision: 122948

URL: http://svn.apache.org/viewcvs?view=rev&rev=122948
Log:
Pipeline within pipeline. Fix error ot of context

Modified:
   forrest/trunk/main/webapp/sitemap.xmap

Modified: forrest/trunk/main/webapp/sitemap.xmap
Url: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/sitemap.xmap?view=diff&rev=122948&p1=forrest/trunk/main/webapp/sitemap.xmap&r1=122947&p2=forrest/trunk/main/webapp/sitemap.xmap&r2=122948
==============================================================================
--- forrest/trunk/main/webapp/sitemap.xmap	(original)
+++ forrest/trunk/main/webapp/sitemap.xmap	Tue Dec 21 00:34:03 2004
@@ -507,22 +507,21 @@
 
     </map:pipeline>
 
+    <!-- ============================================================ -->
+    <!-- OUTPUT FORMATS                                               -->
+    <!--                  Serves content directly to the user         -->
+    <!-- +==========================================================+ -->
+    <!-- http://forrest.apache.org/docs/sitemap-ref.html#output_pipelines -->
 
     <map:pipeline internal-only="false">
+      <map:select type="exists">
+        <map:when test="{project:temp-dir}/output.xmap">
+          <map:mount uri-prefix="" src="{project:temp-dir}/output.xmap" check-reload="yes" pass-through="true"/>
+        </map:when>
+      </map:select>
+    </map:pipeline>
 
-      <!-- ============================================================ -->
-      <!-- OUTPUT FORMATS                                               -->
-      <!--                  Serves content directly to the user         -->
-      <!-- +==========================================================+ -->
-      <!-- http://forrest.apache.org/docs/sitemap-ref.html#output_pipelines -->
-
-      <map:pipeline internal-only="false">
-        <map:select type="exists">
-          <map:when test="{project:temp-dir}/output.xmap">
-            <map:mount uri-prefix="" src="{project:temp-dir}/output.xmap" check-reload="yes" pass-through="true"/>
-          </map:when>
-        </map:select>
-      </map:pipeline>
+    <map:pipeline internal-only="false">
 
       <map:match pattern="*.html">
         <map:aggregate element="site">