Got that <tokenize token="ShipmentLine" xml="true" group="100"/>
-----Original Message----- From: Vanshul.Chawla [mailto:vanshul.cha...@target.com] Sent: Tuesday, October 27, 2015 1:54 PM To: users@camel.apache.org Subject: Camel split using xpath for big xml 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