xslt 3.0 test suite question

Hi all,
   I don't know where I should have written this mail, and thought
this is the right mailing list to discuss this issue.

W3C XSLT 3.0 test suite has following XSL stylesheet mentioned in a
test case for xsl:for-each-group instruction,

https://github.com/w3c/xslt30-test/blob/master/tests/insn/for-each-group/for-each-group-002.xsl
 [1]

This XSL stylesheet [1] has been written like following.

<xsl:for-each-group select="cities/city" group-by="@country" bind-group="g">
   .......

Neither XSLT 3.0 or XSLT 2.0, specifies attribute 'bind-group' for
xsl:for-each-group instruction. Is this an error with this XSLT 3.0
test case specification?

Thanks in advance for any clarifications.


-- 
Regards,
Mukul Gandhi

Received on Wednesday, 23 April 2025 15:01:58 UTC