Dynamic Registry Key Sample
---------------------------
Key: SYNAPSE-731
URL: https://issues.apache.org/jira/browse/SYNAPSE-731
Project: Synapse
Issue Type: New Feature
Components: Core
Environment: Linux
Reporter: Ranga Siriwardena
This sample demonstrates the use of dynamic keys with mediators. XSLT mediator
is used as an example for that and deference between static and dynamic usage
of keys are shown with that.
Following is the separation of static and dynamic registry keys with new
improvement.
<!-- using static key --->
<xslt key="xslt-key-req"/>
<!-- using Dynamic key -->
<xslt key={xpathExpressionToEvaluateKey } />
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]