- From: <bugzilla@jessica.w3.org>
- Date: Mon, 28 May 2012 13:58:16 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=17223 Summary: [QT3TS] Serialization-018 Product: XPath / XQuery / XSLT Version: Working drafts Platform: PC OS/Version: Windows NT Status: NEW Severity: normal Priority: P2 Component: XQuery 3 & XPath 3 Test Suite AssignedTo: oneil@saxonica.com ReportedBy: tim@cbcl.co.uk QAContact: public-qt-comments@w3.org This test expects the wrong error code. "INVALID_VALUE" is a valid string, and is therefore a valid value for normalization-form. However, it may not be a _supported_ normalization form. The error should therefore be SESU0011, not SEPM0016. declare namespace output = "http://www.w3.org/2010/xslt-xquery-serialization"; declare option output:normalization-form "INVALID_VALUE"; <result>ok</result> Incidentally, XSLT requires such normalization-form values to be nmtokens. The serialization spec seems to make no such restriction. -- 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 Monday, 28 May 2012 13:58:22 UTC