Author: rgardler
Date: Fri Sep 9 02:28:06 2005
New Revision: 279739
URL: http://svn.apache.org/viewcvs?rev=279739&view=rev
Log:
correct fixme comments (use *.source.xml) - remove unused matchers
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=279739&r1=279738&r2=279739&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
Fri Sep 9 02:28:06 2005
@@ -230,7 +230,7 @@
Here we are overriding the default skin generation.
-->
<map:match pattern="*.html">
- <!-- FIXME: make the cocoon: protocol work here cocoon://{1}.xml -->
+ <!-- FIXME: should be <map:generate src="cocoon://{1}/{2}.xml"/> -->
<map:generate src="{project:content.xdocs}/{1}.xml"/>
<!-- This is an example of RELAX NG validation.
Such transformers can go anywhere in the sitemap. -->
@@ -245,28 +245,18 @@
</map:match>
<map:match pattern="**/*.html">
+ <!-- FIXME: should be <map:generate src="cocoon://{1}/{2}.xml"/> -->
<map:generate src="{project:content.xdocs}{1}/{2}.xml"/>
+ <!-- This is an example of RELAX NG validation.
+ Such transformers can go anywhere in the sitemap. -->
+ <!--
+ <map:transform type="jing"
src="{forrest:context}/resources/schema/relaxng/WD-xhtml2-20050527/xhtml2-forrest.rng"
/>
+ -->
<map:transform src="cocoon://getStylesheet.xhtml.{1}/{2}">
<map:parameter name="path" value="{0}"/>
</map:transform>
<map:transform src="resources/stylesheets/strip_namespaces.xsl"/>
<map:serialize type="xhtml"/>
- </map:match>
-
- <map:match pattern="**.js">
- <map:mount uri-prefix="" src="resources.xmap" check-reload="yes" />
- </map:match>
- <map:match pattern="**.css">
- <map:mount uri-prefix="" src="resources.xmap" check-reload="yes" />
- </map:match>
- <map:match pattern="**images**">
- <map:mount uri-prefix="" src="resources.xmap" check-reload="yes" />
- </map:match>
- <map:match pattern="**.png">
- <map:mount uri-prefix="" src="resources.xmap" check-reload="yes" />
- </map:match>
- <map:match pattern="**.ico">
- <map:mount uri-prefix="" src="resources.xmap" check-reload="yes" />
</map:match>
</map:pipeline>