- From: <bugzilla@jessica.w3.org>
- Date: Mon, 04 Jun 2012 21:51:38 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=17312
Summary: [QT3] alternate result for K-DocumentURIFunc-2a
Product: XPath / XQuery / XSLT
Version: Working drafts
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: XQuery 3 & XPath 3 Test Suite
AssignedTo: oneil@saxonica.com
ReportedBy: andrew.eisenberg@us.ibm.com
QAContact: public-qt-comments@w3.org
The query in this test case is:
ends-with(document-uri(),"works-mod.xml")
We expect true, but I believe that false should be accepted as well.
document-uri is always allowed to return the empty sequence.
5.4 document-uri Accessor, in Data Model, says:
"The dm:document-uri accessor returns the absolute URI of the resource from
which the Document Node was constructed, if the absolute URI is available. If
there is no URI available, or if it cannot be made absolute when the Document
Node is constructed, or if it is used on a node other than a Document Node, the
empty sequence is returned."
--
Configure bugmail: https://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 Monday, 4 June 2012 21:51:41 UTC