- From: <bugzilla@jessica.w3.org>
 - Date: Thu, 10 Jun 2010 15:13:58 +0000
 - To: public-qt-comments@w3.org
 
http://www.w3.org/Bugs/Public/show_bug.cgi?id=9900
Andrew Eisenberg <andrew.eisenberg@us.ibm.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
--- Comment #1 from Andrew Eisenberg <andrew.eisenberg@us.ibm.com>  2010-06-10 15:13:56 ---
Interesting. XML 1.1 restricts the use of the x7F character with:
[1]  document        ::=  (  prolog  element  Misc*  )   -  (  Char*
RestrictedChar    Char*  )  
[2]  Char            ::=  [#x1-#xD7FF] | [#xE000-#xFFFD] | [#x10000-#x10FFFF]
[2a] RestrictedChar  ::=  [#x1-#x8] | [#xB-#xC] | [#xE-#x1F] | [#x7F-#x84] |
[#x86-#x9F]
As you point out, the Char production, which we reference in XQuery, accepts
x7F.
I've made the two changes you requested:
1) the expected error has been removed
2) the expected result uses a charRef to include the x7F character
Please confirm these changes and close this bug report.
-- 
Configure bugmail: http://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, 10 June 2010 15:14:00 UTC