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/13 01:04:41 UTC

svn commit: r280439 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/input.xmap

Author: rgardler
Date: Mon Sep 12 16:04:33 2005
New Revision: 280439

URL: http://svn.apache.org/viewcvs?rev=280439&view=rev
Log:
resolve via locationmap

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/input.xmap

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/input.xmap
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/input.xmap?rev=280439&r1=280438&r2=280439&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/input.xmap (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/input.xmap Mon Sep 12 16:04:33 2005
@@ -44,6 +44,11 @@
           <map:transform src="resources/stylesheets/ooToResume.xsl"/>
           <map:serialize type="xml"/>
         </map:when>  
+        <map:when test="{lm:{uri}.xml}">
+         <map:generate src="{project:content.xdocs}{uri}.xml"/>
+         <map:transform type="xinclude"/>
+         <map:serialize type="xml"/>
+        </map:when>
         <map:when test="{project:content.xdocs}{uri}.xml">
          <map:generate src="{project:content.xdocs}{uri}.xml"/>
          <map:transform type="xinclude"/>