- From: <bugzilla@jessica.w3.org>
- Date: Sun, 29 Mar 2015 17:19:08 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28367
Bug ID: 28367
Summary: [XT30] Invalid sequence type as="function()" in
higher-order-functions-070
Product: XPath / XQuery / XSLT
Version: Last Call drafts
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: XSLT 3.0 Test Suite
Assignee: abel.online@xs4all.nl
Reporter: abel.braaksma@xs4all.nl
QA Contact: public-qt-comments@w3.org
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)
}"/>
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Sunday, 29 March 2015 17:19:10 UTC