You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2005/10/31 10:30:33 UTC

svn commit: r329787 - /forrest/trunk/main/webapp/locationmap-structurer.xml

Author: thorsten
Date: Mon Oct 31 01:30:28 2005
New Revision: 329787

URL: http://svn.apache.org/viewcvs?rev=329787&view=rev
Log:
Added the match for the final xsl as well to the locationmap

Modified:
    forrest/trunk/main/webapp/locationmap-structurer.xml

Modified: forrest/trunk/main/webapp/locationmap-structurer.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/locationmap-structurer.xml?rev=329787&r1=329786&r2=329787&view=diff
==============================================================================
--- forrest/trunk/main/webapp/locationmap-structurer.xml (original)
+++ forrest/trunk/main/webapp/locationmap-structurer.xml Mon Oct 31 01:30:28 2005
@@ -152,5 +152,11 @@
         <location src="{defaults:structurer}/resources/stylesheets/themer.{1}.xsl" />
       </select>
     </match>
+    <!--  Doing the transformation of all contracts-templates requested by the view.  -->
+    <match pattern="structurer-xsl.html.**.xsl">
+      <select type="exists">
+        <location src="cocoon://structurer-xsl.html.{1}" />
+      </select>
+    </match>
   </locator>
 </locationmap>