It is interesting to hear that the performance of Flow is better than XSLT. I think that would greatly depend on the complexity of the transformation in hand. For XSLT I’ve used an external transformation engine rather than the inbuild one to get more flexability (e.g. to support xs:include), but it can make things more difficult to maintain.
Personnally, it is very easy for a flow to get unreadable and unmaintainable if there are lots of nesting loops and maps mixed with transformation services. The other thing is that XSLT offers a rich set of functions, and XPath references which would be very difficult and complicated to implement in Flow. E.g. try this is one line of flow:-
hours-from-dateTime(substring(normalise-space(string(/x/y/z)), 1, 22))
So, I would be amazed to see the existance of such a tool.
I am an advocate of keeping it simple, and maybe there is some mileage of converting some of the more simpler XSLTs into Flow (which would have to be done by hand) if a beneficial performance increase will result from it. For more complicated stylseheets, I would suggest keeping them as is.
#Integration-Server-and-ESB#webMethods-General#webMethods