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> <xslt key="string" [source="xpath"]>
<parameter name="string" (value="literal" | expression="xpath")/>*
- </transform></pre>
+ </xslt></pre>
<p>The <xslt> 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 <property> elements.</p>
+into the transformations through the <parameter> elements.</p>
<p></p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]