- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 08 Jul 2009 12:16:32 +0000
- To: public-qt-comments@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=7091
Summary: [XQTS] K2-SeqDocFunc-9 should accept FODC0005 error.
Product: XML Query Test Suite
Version: unspecified
Platform: PC
OS/Version: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: XML Query Test Suite
AssignedTo: andrew.eisenberg@us.ibm.com
ReportedBy: oliver@cbcl.co.uk
QAContact: public-qt-comments@w3.org
The test is as follows:
(:*******************************************************:)
(: Test: K2-SeqDocFunc-9 :)
(: Written by: Frans Englich :)
(: Date: 2007-11-22T11:31:21+01:00 :)
(: Purpose: A windows file path is an invalid URI to fn:doc()(#3). :)
(:*******************************************************:)
doc("C:\example.com\example.org\does\not\exist\doesNotExist\works-mod.xml")
If the URI is not interpreted as a valid document URI, then the error should be
FODC0005.
This can be interpreted as a valid URI (the '\'s can be % normalized, and the
URI is in the 'C' scheme). In the unlikely event that an implementation does
provide a mapping for the 'C' scheme, this could be an FODC0002 error, although
I would argue that this case is so obscure that it should not really be
considered a valid result by XQTS.
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Wednesday, 8 July 2009 12:16:43 UTC