You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by tw...@apache.org on 2005/09/08 06:50:46 UTC

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

Author: twilliams
Date: Wed Sep  7 21:50:37 2005
New Revision: 279514

URL: http://svn.apache.org/viewcvs?rev=279514&view=rev
Log:
we don't want to take on *all* processing - allow passthrough.

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=279514&r1=279513&r2=279514&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 Wed Sep  7 21:50:37 2005
@@ -21,7 +21,7 @@
 
   <map:pipeline>    
     <!-- forrest:views -->
-    <map:mount uri-prefix="" src="structurer.xmap" check-reload="yes" />
+    <map:mount uri-prefix="" src="structurer.xmap" check-reload="yes" pass-through="true"/>
     
     <!-- special matchers (reserved by Forrest) -->
     <map:match pattern="locationmap.xml">
@@ -37,13 +37,15 @@
     
     <!-- TEMPORARY PIPELINES -->
     <!-- Pipelines below this section are for testing purposes only -->
-    <!-- They should be removed before merging with trunk -->
+    <!-- They should be removed before merging with trunk 
     <map:match pattern="**.html">
       <map:generate src="cocoon:/{1}.xml"/>
-      <!-- apply the view here -->
+      COMMENT OUT apply the view here END COMMENT
       <map:transform src="{lm:transform.xslt.xhtml2.html}"/>
       <map:serialize/>
     </map:match>
+    -->
+
     
   </map:pipeline>
 </map:pipelines>