Overview of the new features  - Grouping


Grouping : <xsl:for-each-group ...>

  • Based on sequential position
    • by transitions at the start of each group
    • by transitions at the end of each group
    • by adjacent key values
  • Based on common value
Grouping example