This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
As in the title, from the test: <xsl:variable name="gcd" as="function()" select=" function($x as xs:integer, $y as xs:integer) { if ($y eq 0) then abs($x) else $gcd($y,$x mod $y) }"/>
Agreed.
Repository updated with intended fix from comment#0.