In my flow i have nested XML structure, in which based on values of XML tags (which need to be compared with some values in another WM doc), i need to decide my cource of action.
due to performance issue i do not want to use comparision by loop over this nested xml structure (after converting in WM doc) with another WM doc.