- From: <bugzilla@wiggum.w3.org>
- Date: Thu, 18 Aug 2005 11:20:45 +0000
- To: public-qt-comments@w3.org
- Cc:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=1856
Summary: [F&O] Error FORG0009 seems redundant
Product: XPath / XQuery / XSLT
Version: Last Call drafts
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: Functions and Operators
AssignedTo: ashok.malhotra@oracle.com
ReportedBy: colin@colina.demon.co.uk
QAContact: public-qt-comments@w3.org
I do not believe it is possible for this error to occur.
Because of:
"If $relative is an absolute URI reference, it is returned unchanged."
"If $relative or $base is not a valid xs:anyURI an error is raised [err:FORG0002].",
both $relative and $base are guarenteed to be valid URIs before the resolution
process starts, and relative is guarenteed to be a relative URI.
In which case, resolution cannot fail.
Received on Thursday, 18 August 2005 11:20:51 UTC