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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...