Author: rgardler
Date: Tue Sep  6 20:59:01 2005
New Revision: 279233

URL: http://svn.apache.org/viewcvs?rev=279233&view=rev
Log:
locationmap and cocoon: protocol are failing, using {project:content.xdocs} as 
a workaround)

Modified:
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/structurer.xmap

Modified: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/structurer.xmap
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/structurer.xmap?rev=279233&r1=279232&r2=279233&view=diff
==============================================================================
--- 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/structurer.xmap
 (original)
+++ 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/structurer.xmap
 Tue Sep  6 20:59:01 2005
@@ -230,7 +230,8 @@
   Here we are overriding the default skin generation.
   -->
       <map:match pattern="*.html">
-        <map:generate src="cocoon://{1}.xml"/>
+        <!-- FIXME: make the cocoon: protocol work here cocoon://{1}.xml -->
+        <map:generate src="{project:content.xdocs}/{1}.xml"/>
         <map:transform src="cocoon://getStylesheet.xhtml.{1}">
           <map:parameter name="path" value="{0}"/>
         </map:transform>