- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 12 Apr 2005 13:07:50 +0000
- To: public-qt-comments@w3.org
- Cc:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=1239
Summary: [XSLT] Errors 1180 and 1190 are equivalent
Product: XPath / XQuery / XSLT
Version: Last Call drafts
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: XSLT 2.0
AssignedTo: mike@saxonica.com
ReportedBy: mike@saxonica.com
QAContact: public-qt-comments@w3.org
Errors 1180 and 1190 are equivalent (or at least, heavily overlapping), and
should be merged into a single error condition. These relate to the
unparsed-text() function.
[ERR XTDE1180] It is a non-recoverable dynamic error if a resource contains
characters that are not permitted XML characters.
[ERR XTDE1190] It is a non-recoverable dynamic error if a resource contains
octets that cannot be decoded into permitted XML characters using the specified
encoding. This includes the case where the processor does not support the
requested encoding.
Received on Tuesday, 12 April 2005 13:07:51 UTC