You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by ru...@apache.org on 2007/03/20 05:10:24 UTC

svn commit: r520264 - /webservices/synapse/trunk/java/src/site/resources/Synapse_Configuration_Language.html

Author: ruwan
Date: Mon Mar 19 21:10:23 2007
New Revision: 520264

URL: http://svn.apache.org/viewvc?view=rev&rev=520264
Log:
changing words appropriately [property > parameter]

Modified:
    webservices/synapse/trunk/java/src/site/resources/Synapse_Configuration_Language.html

Modified: webservices/synapse/trunk/java/src/site/resources/Synapse_Configuration_Language.html
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/src/site/resources/Synapse_Configuration_Language.html?view=diff&rev=520264&r1=520263&r2=520264
==============================================================================
--- webservices/synapse/trunk/java/src/site/resources/Synapse_Configuration_Language.html (original)
+++ webservices/synapse/trunk/java/src/site/resources/Synapse_Configuration_Language.html Mon Mar 19 21:10:23 2007
@@ -330,12 +330,12 @@
 <h5>XSLT</h5>
 <pre> &lt;xslt key="string" [source="xpath"]&gt;
    &lt;parameter name="string" (value="literal" | expression="xpath")/&gt;*
- &lt;/transform&gt;</pre>
+ &lt;/xslt&gt;</pre>
 
 <p>The &lt;xslt&gt; mediator applies the specified XSLT transformation to the
 given element. If the source element is not specified, it defaults to the
 first child of the soap body. Optionally parameters (XSLT) could be passed
-into the transformations through the &lt;property&gt; elements.</p>
+into the transformations through the &lt;parameter&gt; elements.</p>
 
 <p></p>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org