Author: thorsten
Date: Mon Dec 12 13:15:43 2005
New Revision: 356378

URL: http://svn.apache.org/viewcvs?rev=356378&view=rev
Log:
Added example for the requesting of the xsl properties to the output map

Modified:
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/output.xmap

Modified: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/output.xmap
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/output.xmap?rev=356378&r1=356377&r2=356378&view=diff
==============================================================================
--- 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/output.xmap
 (original)
+++ 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.themer/output.xmap
 Mon Dec 12 13:15:43 2005
@@ -125,6 +125,13 @@
         <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">


Reply via email to