My flow contains a XML Transformation node.
The flow is not able to pick the XSL's placed in the <MQSI_WORKPATH>/XSL/external folder. Error is "Stylesheet could not be found".
It works fine with XMLNS. The condition specified in my previous post does the job.
But why is it not working with XMLNSC?
Is this some kind of bug or do you think there is an alter way of doin so ...
I am having trouble differentiating empty value for the tag and having no tag at all in the input XML.
I tried using,
IF InputRoot.XMLNSC.X:Message.Y:Payload.Y:abc IS NULL THEN
SET xyz = 'xyz' ...