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 4603 - 1.0.3dev: K2-Axes-97
Summary: 1.0.3dev: K2-Axes-97
Status: CLOSED FIXED
Alias: None
Product: XML Query Test Suite
Classification: Unclassified
Component: XML Query Test Suite (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Frans Englich
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-07 15:18 UTC by Tim Mills
Modified: 2007-06-13 09:39 UTC (History)
0 users

See Also:


Attachments

Description Tim Mills 2007-06-07 15:18:52 UTC
This query currently expects XPST0003 or XPST0017.  Since this is an attempt to
declare foo in the xpath functions namespace, I think XQST0045 is also permissable.

(:*******************************************************:)
(: Test: K2-Axes-97                                      :)
(: Written by: Frans Englich                             :)
(: Date: 2007-06-06T09:19:07+01:00                       :)
(: Purpose: Use an invalid function declaration(#3).     :)
(:*******************************************************:)
declare function foo() external;
Comment 1 Frans Englich 2007-06-13 08:46:45 UTC
I solved it by changing the namespace to local, and added another test that triggers the ambivalence this test does.

A fix has been attempted in CVS, XQTS_current.zip is updated.
Comment 2 Tim Mills 2007-06-13 09:39:45 UTC
Thanks.