Hello All, We need to split a big xml containing a repeating element into multiple messages each containing 100 count for that repeating element.
So say repeating element occurs for 550 times, we need to get 6 xmls(5 with 100 and last with 50 occurences). Tokenize has an option of group.Do we have similar option for xpath based splitting also. Vanshul