You could have found the answer for yourself this way:
- create a small flow with an input node followed by a Trace node.
- set the pattern on the Trace node to ${Root}
- create the XML document that you want your flow to write
- put that XML document through the flow
- examine InputRoot.XMLNSC in the trace node output
- write ESQL which reproduces the same tree in OutputRoot.XMLNSC
I suggest that you try this technique on this problem - it's really simple, and well worth doing. It might be possible to do the same using the debugger, but I'm not sure whether the debugger shows you the field type names.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum