To divide lists into a maximum number of grouped lists.
Slice(<X-Path Regelsatz>, <size>)
selection = The X-Path rule set to be grouped
sliceSize = Number of elements per group
selector = Optional parameter to additionally divide the groups according to this value
Slice(//Items, 3)
Result: Three items per group