This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 28364 - [XT30] Use of undeclared namespace prefix in higher-order-functions-066
Summary: [XT30] Use of undeclared namespace prefix in higher-order-functions-066
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XSLT 3.0 Test Suite (show other bugs)
Version: Last Call drafts
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Abel Braaksma
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-29 15:57 UTC by Abel Braaksma
Modified: 2015-03-29 19:09 UTC (History)
1 user (show)

See Also:


Attachments

Description Abel Braaksma 2015-03-29 15:57:32 UTC
The test uses fn:floor($x), but "fn" is undeclared. This is not allowed.
Comment 1 Abel Braaksma 2015-03-29 16:13:49 UTC
Note that this test also declares an (unused) parameter which binds to a non-existing function (arity mismatch): 
 
 <xsl:variable name="roundToCeiling" select="local:round(?, upper-case#1)"/>
Comment 2 Abel Braaksma 2015-03-29 16:23:57 UTC
Fixed in current revision as suggested in comment#0 and comment#1.
Comment 3 Michael Kay 2015-03-29 16:26:08 UTC
I agree with this analysis.