- From: <bugzilla@wiggum.w3.org>
- Date: Mon, 08 Jan 2007 16:40:05 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4157
Summary: Static typing of fn-nilled-3
Product: XML Query Test Suite
Version: 1.0.2
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: XML Query Test Suite
AssignedTo: andrew.eisenberg@us.ibm.com
ReportedBy: tim@cbcl.co.uk
QAContact: public-qt-comments@w3.org
In the query below, the argument below types as a zero-or-more sequence rather
than the expected zero-or-one sequence.
(: Name: fn-nilled-3 :)
(: Description: Evaluation of nilled function with argument set to an element
no
de. :)
(: insert-start :)
declare variable $input-context1 external;
(: insert-end :)
fn:nilled($input-context1/works/employee[2])
Received on Monday, 8 January 2007 16:40:15 UTC