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/19 10:20:44 UTC

svn commit: r326461 - /forrest/trunk/main/webapp/faq.xmap

Author: rgardler
Date: Wed Oct 19 01:20:37 2005
New Revision: 326461

URL: http://svn.apache.org/viewcvs?rev=326461&view=rev
Log:
need to go to root sitemap to get skinconf etc. (Why did this work before?)

Modified:
    forrest/trunk/main/webapp/faq.xmap

Modified: forrest/trunk/main/webapp/faq.xmap
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/faq.xmap?rev=326461&r1=326460&r2=326461&view=diff
==============================================================================
--- forrest/trunk/main/webapp/faq.xmap (original)
+++ forrest/trunk/main/webapp/faq.xmap Wed Oct 19 01:20:37 2005
@@ -142,8 +142,8 @@
       'numbersections' param into document2fo.xsl -->
       <map:match pattern="**.fo">
         <map:aggregate element="site">
-          <map:part src="cocoon:/skinconf.xml"/>
-          <map:part src="cocoon:/{1}.xml"/>
+          <map:part src="cocoon://skinconf.xml"/>
+          <map:part src="cocoon://{1}.xml"/>
         </map:aggregate>
         <map:transform type="xinclude"/>
         <map:transform type="linkrewriter" src="cocoon://{1}linkmap-{2}.pdf"/>