You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by br...@apache.org on 2004/07/12 20:42:07 UTC

svn commit: rev 22845 - forrest/trunk/src/core/context

Author: brondsem
Date: Mon Jul 12 11:42:07 2004
New Revision: 22845

Modified:
   forrest/trunk/src/core/context/forrest.xmap
Log:
pass parameter to wiki xsl so links work seamlessly when dropping wiki files directly into a forrest site

Modified: forrest/trunk/src/core/context/forrest.xmap
==============================================================================
--- forrest/trunk/src/core/context/forrest.xmap	(original)
+++ forrest/trunk/src/core/context/forrest.xmap	Mon Jul 12 11:42:07 2004
@@ -220,6 +220,7 @@
             <map:transform type="xsltc" 
               src="{forrest:context}/resources/chaperon/stylesheets/wiki2xdoc.xsl">
               <map:parameter name="name" value="{2}" />
+              <map:parameter name="spaceless-filenames" value="true"/>
             </map:transform>
             <map:serialize type="xml-document"/>
           </map:match>