You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2005/09/09 11:56:04 UTC

svn commit: r279740 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/internal.xmap

Author: rgardler
Date: Fri Sep  9 02:55:57 2005
New Revision: 279740

URL: http://svn.apache.org/viewcvs?rev=279740&view=rev
Log:
use *.source.xml instead of *.xml

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/internal.xmap

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/internal.xmap
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/internal.xmap?rev=279740&r1=279739&r2=279740&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/internal.xmap (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/internal.xmap Fri Sep  9 02:55:57 2005
@@ -16,38 +16,38 @@
   limitations under the License.
 -->
 <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
- 
-<map:pipelines>
 
-  <map:pipeline>    
+  <map:pipelines>
+
+    <map:pipeline>    
     <!-- forrest:views -->
-    <map:mount uri-prefix="" src="structurer.xmap" check-reload="yes" pass-through="true"/>
+      <map:mount uri-prefix="" src="structurer.xmap" check-reload="yes" pass-through="true"/>
     
     <!-- special matchers (reserved by Forrest) -->
-    <map:match pattern="locationmap.xml">
-      <map:generate src="{forrest:locationmap}" />
-      <map:serialize type="xml"/>
-    </map:match>
+      <map:match pattern="locationmap.xml">
+        <map:generate src="{forrest:locationmap}" />
+        <map:serialize type="xml"/>
+      </map:match>
         
     <!-- Source matchers -->
-    <map:match pattern="**.xml">
-      <map:generate src="{lm:{0}}"/>
-      <map:serialize type="xml"/>
-    </map:match>
+      <map:match pattern="**.source.xml">
+        <map:generate src="{lm:{1}.xml}"/>
+        <map:serialize type="xml"/>
+      </map:match>
     
     <!-- TEMPORARY PIPELINES -->
     <!-- Pipelines below this section are for testing purposes only -->
     <!-- They should be removed before merging with trunk 
     <map:match pattern="**.html">
-      <map:generate src="cocoon:/{1}.xml"/>
+      <map:generate src="cocoon:/{1}.source.xml"/>
       COMMENT OUT apply the view here END COMMENT
       <map:transform src="{lm:transform.xslt.xhtml2.html}"/>
       <map:serialize/>
     </map:match>
     -->
-
     
-  </map:pipeline>
-</map:pipelines>
+
+    </map:pipeline>
+  </map:pipelines>
 
 </map:sitemap>