- From: <bugzilla@wiggum.w3.org>
- Date: Thu, 04 May 2006 14:28:38 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3197
Summary: [XSLT] missing error code for section 16.2
Product: XPath / XQuery / XSLT
Version: Candidate Recommendation
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: XSLT 2.0
AssignedTo: mike@saxonica.com
ReportedBy: joannet@ca.ibm.com
QAContact: public-qt-comments@w3.org
The 2nd paragraph in section 16.2 (Reading Text Files) reads:
"The $href argument must be a string in the form of a URI. The URI must contain
no fragment identifier, and must identify a resource that can be read as text.
If the URI is a relative URI, then it is resolved relative to the base URI from
the static context."
What is the error code if the URI contains a fragment identifier?
This section of the spec contains the following 3 error codes which I believe
do not apply:
[ERR XTDE1170] It is a non-recoverable dynamic error if a URI cannot be used to
retrieve a resource containing text.
[ERR XTDE1190] It is a non-recoverable dynamic error if a resource contains
octets that cannot be decoded into Unicode characters ...
[ERR XTDE1200] It is a non-recoverable dynamic error if the second argument of
the unparsed-text function is omitted and the processor cannot infer the
encoding ..
Received on Thursday, 4 May 2006 14:28:49 UTC