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/06 08:59:35 UTC

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

Author: rgardler
Date: Mon Sep  5 23:59:21 2005
New Revision: 278931

URL: http://svn.apache.org/viewcvs?rev=278931&view=rev
Log:
add simple (broken) testing matcher, need to create a XHTML2 -> HTML stylesheet for this matcher

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=278931&r1=278930&r2=278931&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 Mon Sep  5 23:59:21 2005
@@ -21,7 +21,14 @@
 
   <map:pipeline>
 
-  <!-- FIXME: add your plugin matches here -->
+  <!-- TEMPTORARY PIPELINES -->
+  <!-- Pipelines below this section are for testing purposes only -->
+  <!-- They should be removed before merging with trunk -->
+  
+  <map:match pattern="sample/xhtml2.html">
+    <map:generate src="{project:content.xdocs}/sample/xhtml2.xml"/>
+    <map:serialize/>
+  </map:match>
   
   </map:pipeline>
 </map:pipelines>