[Bug 3776] fn:codepoints-to-string should allow XML 1.1 characters

http://www.w3.org/Bugs/Public/show_bug.cgi?id=3776

           Summary: fn:codepoints-to-string should allow XML 1.1 characters
           Product: XML Query Test Suite
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XML Query Test Suite
        AssignedTo: andrew.eisenberg@us.ibm.com
        ReportedBy: per@bothner.com
         QAContact: public-qt-comments@w3.org


Some of the K-CodepointToStringFunc-NN are very strict as to what characters
are allowed.  They test for characters that are not XML 1.0 characters.  I
think it is reasonable for an implementation to allow XML 1.1 characters, but
for example K-CodepointToStringFunc-11 does not allow codepoints-to-string(11).

(Perhaps, I think if there is a usecase for codepoints-to-string at all then
probably there is a usecase for it allowing *all* code points, including 0.)

Received on Friday, 29 September 2006 06:49:26 UTC