Re: xslt 3.0 test suite question

On 23/04/2025 17:01, Mukul Gandhi wrote:
> 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.
>
In my understanding that is an example of a pre 3.0 draft version of 
XSLT that is now only in the test suite to generate an error code: 
https://github.com/w3c/xslt30-test/blob/master/tests/insn/for-each-group/_for-each-group-test-set.xml#L147 

Received on Wednesday, 23 April 2025 15:07:28 UTC