I using BizTalk to translate one message to potentially two different message types based on a value of a field in the input message.
I am looking for some guidance on how this can be achieved without using an orchestration (ideally I want a pure routing solution).
Is this possible with a custom XSLT inside a map?