- From: <bugzilla@jessica.w3.org>
- Date: Sun, 31 Jul 2016 21:29:33 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29724 Michael Kay <mike@saxonica.com> changed: What |Removed |Added ---------------------------------------------------------------------------- OS|Windows NT |Mac System 7.5 --- Comment #5 from Michael Kay <mike@saxonica.com> --- Because it's in a CDATA section, the characters & # x 7 D ; appear literally as part of the XPath/XQuery. The XQUery spec isn't 100% explicit about what a CharRef within a BracedURILiteral means, but it's hard to avoid the interpretation that } represents a brace within the namespace URI. Equally, the XPath spec is pretty clear that } within a BracedURILiteral represents the sequence of characters & # x 7 D ; within the namespace URI. The meaning in XPath and XQuery is different, but in both cases it seems to be legal. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Sunday, 31 July 2016 21:29:41 UTC