- From: <bugzilla@jessica.w3.org>
- Date: Thu, 02 Aug 2012 22:33:42 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=15390 --- Comment #10 from Josh Spiegel <josh.spiegel@oracle.com> 2012-08-02 22:33:41 UTC --- Also, for most of these test cases, I don't think we can say if the value is valid or not. For example, here is Serialization-023: declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:use-character-maps "INVALID_VALUE"; <result>ok</result> Serialization defines use-character-maps as "A list of pairs, possibly empty, with each pair consisting of a single Unicode character and a string of Unicode characters." But as far as I can tell, XQuery does not define how the StringLiteral in the option declaration should be mapped to a list of pairs. And, since we don't know what mapping an implementation will use, we don't know if "INVALID_VALUE" maps to a valid value or not. Am I missing something? -- 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 Thursday, 2 August 2012 22:33:44 UTC