[jboss-dev-forums] [Design of JBoss ESB] - Re: XsltAction
ScottDawson
do-not-reply at jboss.com
Mon Jun 1 11:48:31 EDT 2009
Hi Daniel,
A configuration option you might consider supporting is the dynamic specification of the XSLT file used for the transformation. Multiple XSLT files could be packaged in the .esb archive and dynamic selection happens for each incoming message. One possible selection method is an XPath expression that computes the XSLT filename from the incoming XML. The configuration might look something like this:
| <property name="templateFileXPathSelector" value="concat(/someElement/text(),'.xslt')" />
|
Thanks,
Scott
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234513#4234513
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234513
More information about the jboss-dev-forums
mailing list