[Bug 4234] K2-SeqExprCast-207 contains valid xs:anyUri

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

           Summary: K2-SeqExprCast-207 contains valid xs:anyUri
           Product: XML Query Test Suite
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: XML Query Test Suite
        AssignedTo: andrew.eisenberg@us.ibm.com
        ReportedBy: nick@cbcl.co.uk
         QAContact: public-qt-comments@w3.org


xs:anyURI("http:\\invalid>URI\someURI")

expects an error thrown due to an invalid xs:anyUri, but it can be escaped to a
valid URI "http:%5C%5Cinvalid%3EURI%5CsomeURI", so should not throw an error.

Received on Tuesday, 16 January 2007 13:26:43 UTC