Author: thorsten
Date: Sat Jan 28 19:02:15 2006
New Revision: 373278
URL: http://svn.apache.org/viewcvs?rev=373278&view=rev
Log:
removing obsolete code FOR-798
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/output.xmap
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/output.xmap
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/output.xmap?rev=373278&r1=373277&r2=373278&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/output.xmap
(original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/output.xmap
Sat Jan 28 19:02:15 2006
@@ -95,59 +95,12 @@
</map:resources>
<map:pipelines>
<map:pipeline>
- <map:match pattern="test.dispatcher">
- <map:generate src="{lm:resolve.structurer.index-foo}" />
- <map:transform type="dispatcher">
- <map:parameter name="type" value="html" />
- <map:parameter name="hooksTransformer"
- value="{lm:hooks-to-html.xsl}" />
- </map:transform>
- <map:serialize type="xhtml" />
- </map:match>
- <map:match pattern="test.css">
- <map:generate src="{lm:resolve.structurer.index-foo}" />
- <map:transform type="dispatcher">
- <map:parameter name="type" value="css" />
- </map:transform>
- <map:transform type="pattern"
- src="{forrest:context}/resources/chaperon/grammars/link.xlex" />
- <map:transform
-
src="{forrest:context}/resources/chaperon/stylesheets/pattern2link.xsl" />
- <map:serialize type="text" mime-type="text/css" />
- </map:match>
- <map:match pattern="test-lm.**">
- <!-- FIXME
- e.g. lm://"test-lm.resolve.structurer.index-foo" throws an exception
- cause: Invalid System ID
- but e.g. lm://"test-lm.plugin.xmap.output" just works fine.
- I do not know why but seems that the main forrest lm is read but
only the <match/> elements and not the mount ones.
- -->
- <map:generate src="lm://{1}" />
- <map:serialize type="xml" />
- </map:match>
<map:match pattern="test-props">
<map:generate src="foo.xml" />
<map:transform src="lm://transform.xml.variable.helper">
<map:parameter name="path" value="samples/index.html" />
</map:transform>
<map:serialize type="xml" />
- </map:match>
- <map:match pattern="test.**">
- <map:generate src="{lm:resolve.structurer.{1}}" />
- <map:transform type="dispatcher">
- <map:parameter name="type" value="html" />
- </map:transform>
- <map:serialize />
-
- <map:transform
- src="resources/stylesheets/hooksMatcher-html.xsl" />
- <!-- type="structurerXsl" -->
- <map:generate src="status.xml" />
- <map:transform src="resources/stylesheets/temp.xsl">
- <map:parameter name="test"
- value="{lm:resolve.structurer.{1}}" />
- </map:transform>
- <map:serialize />
</map:match>
</map:pipeline>