- From: <bugzilla@wiggum.w3.org>
- Date: Sat, 18 Mar 2006 23:25:53 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3014
Summary: [XSLT] Unrecognized collation - wording of error
Product: XPath / XQuery / XSLT
Version: Candidate Recommendation
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: minor
Priority: P2
Component: XSLT 2.0
AssignedTo: mike@saxonica.com
ReportedBy: mike@saxonica.com
QAContact: public-qt-comments@w3.org
For error XTDE1035 and elsewhere we use the wording:
[ERR XTDE1035] It is a non-recoverable dynamic error if the collation URI
specified to xsl:sort (after resolving against the base URI) is a collation
that is not recognized by the implementation.
This could be better phrased. If I don't recognize the URI, how do I know
whether it refers to a collation?
Applies also to [ERR XTDE1110].
It's done better for xsl:key (but note that in this case, the collation must be
known statically):
[ERR XTSE1210] It is a static error if the xsl:key declaration has a collation
attribute whose value (after resolving against the base URI) is not a URI
recognized by the implementation as referring to a collation.
Received on Saturday, 18 March 2006 23:25:58 UTC