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/07/29 01:15:13 UTC

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

Author: rgardler
Date: Thu Jul 28 16:15:07 2005
New Revision: 226284

URL: http://svn.apache.org/viewcvs?rev=226284&view=rev
Log:
re-enable pre-filters

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=226284&r1=226283&r2=226284&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 Thu Jul 28 16:15:07 2005
@@ -40,6 +40,11 @@
        <map:match pattern="**.daisy.xml">
         <map:generate src="cocoon://{1}.daisy.source" />
         <map:transform src="resources/stylesheets/daisy2html.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="{forrest:stylesheets}/html2document.xsl"/>
         <map:select type="exists">
           <map:when test="{project:resources.stylesheets}/daisy/postFilter.xsl">