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/10/26 23:06:10 UTC

svn commit: r328730 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/input.xmap

Author: rgardler
Date: Wed Oct 26 14:06:05 2005
New Revision: 328730

URL: http://svn.apache.org/viewcvs?rev=328730&view=rev
Log:
preFilter is applied when retrieving the source from daisy

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

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/input.xmap
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/input.xmap?rev=328730&r1=328729&r2=328730&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/input.xmap (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/input.xmap Wed Oct 26 14:06:05 2005
@@ -40,17 +40,7 @@
        <map:match pattern="**.daisy.xml">
         <map:generate src="cocoon://{1}.daisy.source" />
         <map:transform src="resources/stylesheets/daisy-to-html.xsl"/>
-        <map:select type="exists">
-          <map:when test="{project:resources.stylesheets}/daisy/preFilter.xsl">
-          <map:transform src="{project:resources.stylesheets}/daisy/preFilter.xsl"/>
-          </map:when>
-        </map:select>
         <map:transform src="{lm:transform.html.document}"/>
-        <!--
-        <map:transform src="{lm:transform.html.document}">
-          <map:parameter name="source" value="{lm:{1}.daisy.source}"/>
-        </map:transform>
-        -->
         <map:select type="exists">
           <map:when test="{project:resources.stylesheets}/daisy/postFilter.xsl">
             <map:transform src="{project:resources.stylesheets}/daisy/postFilter.xsl"/>