[Bug 4169] Renaming PI using QName

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

           Summary: Renaming PI using QName
           Product: XPath / XQuery / XSLT
           Version: Working drafts
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Update Facility
        AssignedTo: andrew.eisenberg@us.ibm.com
        ReportedBy: john.snelson@oracle.com
         QAContact: public-qt-comments@w3.org


Section 3.1.11.3 of the specification says that a processing instruction's name
is set to the value of an object of type xs:QName. Since a processing
instruction's name has a type of xs:NCName, at the very least the specification
is missing some error handling if the given xs:QName has a namespace URI.

Better still would be specific handling that obtained the new name for the PI
as an xs:NCName.

Received on Tuesday, 9 January 2007 18:25:23 UTC