====== Slice ====== To divide lists into a maximum number of grouped lists. ==== Syntax: ==== Slice(, ) //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\\ ==== Example: ==== Slice(//Items, 3) **Result:** Three items per group