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 2004/11/20 15:32:58 UTC

svn commit: r105968 - forrest/trunk/plugins/simplified-docbook

Author: rgardler
Date: Sat Nov 20 06:32:56 2004
New Revision: 105968

Modified:
   forrest/trunk/plugins/simplified-docbook/input.xmap
Log:
need to use the match string from the original match not the select

Modified: forrest/trunk/plugins/simplified-docbook/input.xmap
==============================================================================
--- forrest/trunk/plugins/simplified-docbook/input.xmap	(original)
+++ forrest/trunk/plugins/simplified-docbook/input.xmap	Sat Nov 20 06:32:56 2004
@@ -49,19 +49,19 @@
           <map:parameter name="parameter-selector-test" value="{sourcetype}" />
 
           <map:when test="docbook-v4.1.2">
-            <map:generate src="{project:content.xdocs}{1}.xml" />
+            <map:generate src="{project:content.xdocs}{../../1}.xml" />
             <map:transform src="{forrest:plugins}/simplified-docbook/resources/stylesheets/sdocbook2document.xsl" />
             <map:serialize type="xml-document"/>
           </map:when>
           
           <map:when test="docbook-v4.2">
-            <map:generate src="{project:content.xdocs}{1}.xml" />
+            <map:generate src="{project:content.xdocs}{../../1}.xml" />
             <map:transform src="{forrest:plugins}/simplified-docbook/resources/stylesheets/sdocbook2document.xsl" />
             <map:serialize type="xml-document"/>
           </map:when>
 
           <map:when test="sdocbook-v1.0">
-            <map:generate src="{project:content.xdocs}{1}.xml" />
+            <map:generate src="{project:content.xdocs}{../../1}.xml" />
             <map:transform src="{forrest:plugins}/simplified-docbook/resources/stylesheets/sdocbook2document.xsl" />
             <map:serialize type="xml-document"/>
           </map:when>