- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 09 Jan 2007 08:26:10 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4160
Summary: Static typing of fn-normalize-space0args-1
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 first call to normalize-space expects string?, but the
actual argument is statically typed as string*.
(:*******************************************************:)
(:Test:fn-normalize-space0args-1:)
(:Written By:Joanne Tong:)
(:Date:2005-09-23T15:54:03-04:00:)
(:Purpose:Test normalize-space without argument:)
(:*******************************************************:)
(: insert-start :)
declare variable $input-context external;
(: insert-end :)
$input-context//doc/normalize-space(a[normalize-space() = 'Hello, How are
you?'])
Received on Tuesday, 9 January 2007 08:26:19 UTC