Table of Contents

Slice

This function creates a section of the specified length from the current array segment.

Syntax:

Slice(<X-Path Regelsatz>, <size>)

selection = The X-Path rule set to be grouped
sliceSize = Number of elements per group


Example:

Slice(//Items, 3)

Result: Three items per group